Drop EOL Python 3.8/3.9 and add 3.12 support#100
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s declared and tested Python support by dropping EOL Python 3.8/3.9 and adding Python 3.12 in CI, aligning the package with newer Python runtimes.
Changes:
- Bump
python_requiresfrom>=3.8to>=3.10in packaging metadata. - Update GitHub Actions CI matrix to test Python 3.10–3.12 (remove 3.8/3.9, add 3.12).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
setup.py |
Updates minimum supported Python version via python_requires. |
.github/workflows/ci.yml |
Adjusts CI test matrix to cover 3.10–3.12 only. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 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.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 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.
No description provided.