-
I have a workflow created from
and it fails, for every platform bug x86-64, with
I don't have any intention to build against disabled-GIL Python's and have no special configuration for that, so I assume this is something in the maturin action or the version of maturin I'm using? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Should be fixed by #2413 so that python3.13t is not used with pyo3 < 0.23. You can use |
Beta Was this translation helpful? Give feedback.
Should be fixed by #2413 so that python3.13t is not used with pyo3 < 0.23. You can use
-i
option to specify the python versions you want to support instead of--find-interpreter
to workaround it ATM.