-
Notifications
You must be signed in to change notification settings - Fork 2
Document Python 3.14 support #39
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
Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #39 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 6 6
=========================================
Hits 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 adds Python 3.14 to the list of officially supported Python versions for the is_annotated package. The changes update the package metadata and CI testing matrix to include Python 3.14 while maintaining the existing minimum version requirement of Python 3.9.
- Added Python 3.14 classifier to package metadata
- Updated CI test matrix to test on Python 3.9 and 3.14 (minimum and maximum supported versions)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Added Programming Language :: Python :: 3.14 classifier to indicate official support |
| .github/workflows/ci.yml | Updated test matrix from ["3.9", "3.13"] to ["3.9", "3.14"] to test on minimum and maximum supported versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Adds Python 3.14 to the list of officially supported Python versions.
Changes
Programming Language :: Python :: 3.14classifierThe minimum Python requirement (
requires-python >= 3.9) remains unchanged.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.