[v1.x] Add Python 3.14 trove classifier#2768
Closed
maxisbey wants to merge 1 commit into
Closed
Conversation
The README badge lists supported Python versions from the classifiers of the latest PyPI release, which currently stop at 3.13. The package already installs and works on 3.14. References #2537
Contributor
Author
|
Folded into #2769 so the classifier and the CI that backs it land together. |
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 the
Programming Language :: Python :: 3.14trove classifier on the v1.x branch.Motivation and Context
The README's supported-Python-versions badge (
img.shields.io/pypi/pyversions/mcp.svg) renders the classifiers of the latest PyPI release, which currently stop at 3.13 — so the badge says 3.10–3.13 even though the SDK installs and works on 3.14. References #2537, where the direction was to add the classifier on v1; the badge updates once the next v1.x release is published with this classifier.This mirrors the approach used when 3.11–3.13 were added (9bdb8a2). A follow-up PR adds 3.14 to the v1.x CI test matrix so the advertised support is exercised: #2769
How Has This Been Tested?
Classifier: Programming Language :: Python :: 3.14.uv lock --checkpasses without a lockfile change.Breaking Changes
None.
Types of changes
Checklist
Additional context
The badge has shown 3.10–3.13 since 3.14.0 was released (2025-10). Once this merges, cutting a release (e.g. v1.27.3) makes it the latest version on PyPI and the badge updates automatically — no README edits needed on either branch.
AI Disclaimer