Description
Please can you add support for building wheels for the --disable-gil version of CPython 3.13.
Similar to debug builds (d), --disable-gil wheels will have an extra suffix (t). The ABI is incompatible with a regular build of CPython 3.13. PyObject has a different data structure.
See pypa/packaging#728 for a related change
Build log
No response
CI config
No response
Description
Please can you add support for building wheels for the
--disable-gilversion of CPython 3.13.Similar to debug builds (
d),--disable-gilwheels will have an extra suffix (t). The ABI is incompatible with a regular build of CPython 3.13.PyObjecthas a different data structure.See pypa/packaging#728 for a related change
Build log
No response
CI config
No response