-
Notifications
You must be signed in to change notification settings - Fork 34
Support Python 3.14 #368
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
Support Python 3.14 #368
Conversation
e9fa054 to
b352cbb
Compare
|
The pydantic-core we have builds with PyO3 0.24.1, and we need 0.25.1 for Python 3.14 Presumably there’ll be a pydantic that pulls in a newer pydantic-core as they start testing on 3.14, and then this’ll start to work nothing to do now |
|
Pydantic bumped core a couple weeks ago but didn’t include it in a release. They have a PR for initial 3.14 support: pydantic/pydantic#11991 |
|
See release schedule - possibly by candidate 1, July 22nd, there’s a pydantic that can build on 3.14 |
|
Patience needed. Pydantic 2.12 will support Python 3.14. An alpha1 is available; hopefully a release is available before 3.14 release on Oct 7th. 3.14-rc3 release Sept 16th. |
|
pydantic 2.12 milestone is scheduled for Monday Oct 6th. Python 3.14 release is scheduled for Tuesday Oct 7th |
5c13554 to
1ed78c1
Compare
1ed78c1 to
f0f2b46
Compare
f0f2b46 to
303e261
Compare
303e261 to
ff96e51
Compare
What I did
Initial testing for Python 3.14.