| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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
|
Folded into #2769 so the classifier and the CI that backs it land together. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds the Programming Language :: Python :: 3.14 trove 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?
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