chore: drop Python 3.8 support, add Python 3.13#11
Merged
Conversation
Python 3.8 reached end-of-life in October 2024. Update minimum version to 3.9 and add 3.13 classifier for latest Python support.
There was a problem hiding this comment.
Pull request overview
This PR updates the minimum supported Python version from 3.8 to 3.9 (which reached end-of-life in October 2024) and adds support for Python 3.13. The changes ensure package metadata, build configuration, and documentation reflect the new version requirements.
- Updated minimum Python version requirement from 3.8 to 3.9 across package configuration
- Added Python 3.13 to the list of supported versions
- Updated build and linting tool configurations to target Python 3.9
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updated requires-python to >=3.9, removed Python 3.8 classifier, added Python 3.13 classifier, updated wheel API and ruff target to py39 |
| README.md | Updated documentation to reflect Python 3.9+ compatibility in features list and requirements section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Update build workflow to use Python 3.9 (min supported) - Test matrix now covers Python 3.9 and 3.13 (min and max) - Add pytest-cov to test dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Python 3.8 reached end-of-life in October 2024. Update minimum version to 3.9 and add 3.13 classifier for latest Python support.