(Sorry, hit enter before filling in issue contents.)
Hit this trying to build for 3.13 windows in pydantic-core. https://github.com/pydantic/pydantic-core/actions/runs/9647647378/job/26606981597?pr=1340#step:6:237
I guess the complication here is the pre-release nature of 3.13. The approach we're taking in PyO3 is that the API and ABI are meant to be stable already, so I think it's probably correct to add support here now, though open to opinions.
Side note: I hit this because of PyO3/maturin-action#275, which drove me to build on an older Python version to avoid cffi incompatibility with 3.13. I think that's why the 3.13 shared library is missing and we're generating an import lib.
(Sorry, hit enter before filling in issue contents.)
Hit this trying to build for 3.13 windows in
pydantic-core. https://github.com/pydantic/pydantic-core/actions/runs/9647647378/job/26606981597?pr=1340#step:6:237I guess the complication here is the pre-release nature of 3.13. The approach we're taking in PyO3 is that the API and ABI are meant to be stable already, so I think it's probably correct to add support here now, though open to opinions.
Side note: I hit this because of PyO3/maturin-action#275, which drove me to build on an older Python version to avoid
cffiincompatibility with 3.13. I think that's why the 3.13 shared library is missing and we're generating an import lib.