-
Notifications
You must be signed in to change notification settings - Fork 6
Drop support for CPython 3.8 and PyPy3.8 #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR drops support for Python 3.8, setting the minimum required Python version to 3.9. This aligns the project with Python 3.8's end-of-life status (October 2024).
- Updated minimum Python version requirement from 3.8 to 3.9
- Removed Python 3.8 from CI/CD test matrix
- Updated documentation to reflect the new minimum version
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| setup.py | Updated python_requires to >=3.9 and removed Python 3.8 classifier |
| README.md | Updated requirements documentation to specify Python >= 3.9+ |
| .github/workflows/integration.yaml | Removed Python 3.8 and pypy-3.8 from test matrix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
967113e to
682cb31
Compare
Signed-off-by: Christian Clauss <cclauss@me.com>
682cb31 to
843edbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
mkmkme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Python 3.8 went end-of-life more than a year ago, and modern tools like
pytest-run-paralleldo not support it.