Merged
Conversation
Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Python 3.14 support to project
Add Python 3.14 support
Jan 5, 2026
nstarman
approved these changes
Jan 6, 2026
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:
|
meeseeksmachine
pushed a commit
to meeseeksmachine/is_annotated
that referenced
this pull request
Jan 6, 2026
There was a problem hiding this comment.
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.
nstarman
pushed a commit
that referenced
this pull request
Jan 6, 2026
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.
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.