It looks like reproject cannot currently be built for freethreaded Python because reproject insists on the Limited API:
|
[tool.distutils.bdist_wheel] |
|
py-limited-api = "cp311" |
Can an automatic switch be implemented a la what is done in pyerfa to support freethreading?
ping @Cadair
It looks like
reprojectcannot currently be built for freethreaded Python becausereprojectinsists on the Limited API:reproject/pyproject.toml
Lines 207 to 208 in c3c56d8
Can an automatic switch be implemented a la what is done in
pyerfato support freethreading?ping @Cadair