Add official support for Python 3.14#2688
Closed
HosseinNejatiJavaremi wants to merge 1 commit into
Closed
Conversation
Declare Python 3.14 in PyPI classifiers, supported-technologies docs, PR CI matrix, and AWS Lambda compatible runtimes. Closes elastic#2687 Co-authored-by: Cursor <cursoragent@cursor.com>
🤖 GitHub commentsJust comment with:
|
Member
|
Please wait for feedback on the issue before opening PRs. |
Contributor
Author
|
@xrmx I’ve been running the agent on Python 3.14 for a while now and it’s been stable in my use. Happy to help if official 3.14 declaration (classifier, docs, PR matrix, Lambda runtime — mirroring #2265) is still wanted from the community, or to stand down if py314-support / internal work already covers it. Just let me know. |
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.
Summary
Declares official Python 3.14 support, mirroring #2265 (3.13).
Python 3.14 is already tested in the nightly/full CI matrix (#2531) with framework exclusions in place. This PR updates the remaining metadata and PR CI wiring:
Programming Language :: Python :: 3.14insetup.cfgdocs/reference/supported-technologies.mdpython-3.13topython-3.14in.ci/.matrix_python.ymlpython3.14to Lambda--compatible-runtimesin.ci/publish-aws.shCloses #2687
Test plan
make testwithtests/requirements/reqs-none.txton Python 3.14 — 769 passed locallyMade with Cursor