We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d9b4a commit 0120448Copy full SHA for 0120448
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
env:
6
CIBW_ENVIRONMENT_PASS_LINUX: PYTEST_TIMEOUT
7
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test]' && python -m pytest -v tests"
8
- CIBW_SKIP: "cp36-* cp37-* cp38-* pp37-*"
+ CIBW_SKIP: "cp36-* cp37-* cp38-* pp37-* pp38-*"
9
PYTEST_TIMEOUT: 60
10
MACOSX_DEPLOYMENT_TARGET: "10.9"
11
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# igraph Python interface changelog
2
3
+## [main]
4
+
+### Changed
+- Dropped support for Python 3.8 as it has now reached its end of life.
## [0.11.8] - 2024-10-25
### Fixed
0 commit comments