-
Notifications
You must be signed in to change notification settings - Fork 971
build: add support for python 3.14 #19254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,7 +24,7 @@ jobs: | |||||
| strategy: | ||||||
| fail-fast: false | ||||||
| matrix: | ||||||
| python-version: [ "3.10", "3.11", "3.12", "3.13" ] | ||||||
| python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ] | ||||||
|
||||||
| python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ] | |
| python-version: [ "3.10", "3.11", "3.12" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This note is internally inconsistent now: it says Python 3.10–3.14 is compatible, but then implies Homebrew Python 3.14+ is incompatible and suggests installing 3.12. Please update the example to match the supported range (e.g., only suggest installing an older Python if the user has 3.15+), so readers aren’t told to downgrade unnecessarily.