Skip to content

chore: support python 3.14#237

Open
hutch3232 wants to merge 2 commits into
microsoft:mainfrom
hutch3232:patch-1
Open

chore: support python 3.14#237
hutch3232 wants to merge 2 commits into
microsoft:mainfrom
hutch3232:patch-1

Conversation

@hutch3232
Copy link
Copy Markdown

@hutch3232 hutch3232 commented May 15, 2026

Updated Python version requirement to allow 3.14. If I may give some humble feedback - the python versions supported are being listed out in too many files... it's tedious to maintain.

📥 Pull Request

✨ Description of new changes

Updated Python version requirement to allow 3.14.
Copilot AI review requested due to automatic review settings May 15, 2026 14:42
@hutch3232 hutch3232 requested a review from a team as a code owner May 15, 2026 14:42
Copy link
Copy Markdown
Contributor

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 updates the project metadata to allow installation on Python 3.14 by removing the previous upper-bound on supported Python versions and advertising Python 3.14 via trove classifiers.

Changes:

  • Removed the <3.14 upper bound from requires-python (now >=3.10).
  • Added the Programming Language :: Python :: 3.14 classifier.

Comment thread pyproject.toml
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.

[FEATURE] support python 3.14

2 participants