Skip to content

Commit 0120448

Browse files
committed
chore: also drop support for PyPy 3.8
1 parent 73d9b4a commit 0120448

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
env:
66
CIBW_ENVIRONMENT_PASS_LINUX: PYTEST_TIMEOUT
77
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test]' && python -m pytest -v tests"
8-
CIBW_SKIP: "cp36-* cp37-* cp38-* pp37-*"
8+
CIBW_SKIP: "cp36-* cp37-* cp38-* pp37-* pp38-*"
99
PYTEST_TIMEOUT: 60
1010
MACOSX_DEPLOYMENT_TARGET: "10.9"
1111

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# igraph Python interface changelog
22

3+
## [main]
4+
5+
### Changed
6+
7+
- Dropped support for Python 3.8 as it has now reached its end of life.
8+
39
## [0.11.8] - 2024-10-25
410

511
### Fixed

0 commit comments

Comments
 (0)