You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See PyO3/maturin#2310 which add -i python3.13t support, I haven't invest much time in it due to lacking 3.13t support in setup-python makes it hard to test it.
Now that PyO3 0.23 is released, I think users will increasingly be trying to build for freethreaded Python.
What's the correct approach to do this? I have been working on this in pydantic/jiter#165, I can get it to work but only by:
setup-python
instead of an interpreter version, because3.13t
is not recognised bymaturin
(I think)It would be nice if setting
--interpreter 3.13t
as a maturin flag just did the right thing, or maybe there's another similar easy way.It's more complicated in
jiter
andpydantic-core
because we use PGO optimization so have quite a fiddly build 🙈The text was updated successfully, but these errors were encountered: