-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Milestone
Description
With the advent of Python 3.13 coming up, worth opening an issue here to track status of Pydantic's support for the new "freethreaded" Python 3.13.
The main blocker for us supporting is the Rust portion in pydantic-core
, which depends on PyO3. PyO3 is tracking freethreaded support at PyO3/pyo3#4265
The expectation is that PyO3 will have an initial version which supports freethreaded builds soon, after which point we can begin supporting freethreaded Python in pydantic-core
.
sydney-runkle, Aeron, hf-kklein, rnv812 and asaff1