Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 5, 2026

Adds Python 3.14 to the list of officially supported Python versions.

Changes

  • pyproject.toml: Added Programming Language :: Python :: 3.14 classifier
  • .github/workflows/ci.yml: Updated test matrix to use Python 3.14 (tests run on 3.9 and 3.14, covering min and max supported versions)

The minimum Python requirement (requires-python >= 3.9) remains unchanged.

Original prompt

make a PR adding Python 3.14 to the list of supported python: update the pyproject.toml, the CI python tests, and everywhere else necessary to support python 3.14


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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
Copilot AI requested a review from nstarman January 5, 2026 23:59
@nstarman nstarman marked this pull request as ready for review January 6, 2026 00:00
Copilot AI review requested due to automatic review settings January 6, 2026 00:00
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ce65821) to head (e3c2af0).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nstarman nstarman added this to the v1.0.x milestone Jan 6, 2026
@nstarman nstarman changed the title Add Python 3.14 support Document Python 3.14 support Jan 6, 2026
@nstarman nstarman merged commit 17c2887 into main Jan 6, 2026
26 checks passed
@nstarman nstarman deleted the copilot/add-python-3-14-support branch January 6, 2026 00:02
meeseeksmachine pushed a commit to meeseeksmachine/is_annotated that referenced this pull request Jan 6, 2026
Copy link

Copilot AI left a 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.

nstarman pushed a commit that referenced this pull request Jan 6, 2026
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants