Skip to content

Commit

Permalink
chore: also drop support for PyPy 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Oct 28, 2024
1 parent 73d9b4a commit 0120448
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
env:
CIBW_ENVIRONMENT_PASS_LINUX: PYTEST_TIMEOUT
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test]' && python -m pytest -v tests"
CIBW_SKIP: "cp36-* cp37-* cp38-* pp37-*"
CIBW_SKIP: "cp36-* cp37-* cp38-* pp37-* pp38-*"
PYTEST_TIMEOUT: 60
MACOSX_DEPLOYMENT_TARGET: "10.9"

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# igraph Python interface changelog

## [main]

### Changed

- Dropped support for Python 3.8 as it has now reached its end of life.

## [0.11.8] - 2024-10-25

### Fixed
Expand Down

0 comments on commit 0120448

Please sign in to comment.