-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Two of our transitive dependencies do not yet support Python 3.14.
One is numba, which does funky stuff with cpython internals. I presume it will get fixed in due course, it's a dependency of scipy.
The other is something geopandas uses which depends on gdal called something like pyogradio. They have already fixed it on their main branch and it's just awaiting their next release.
Once 3.14 is working, we need to:
- Add 3.14 to the trove classifiers for everything in the pyproject.tomls
- Remove the <3.14 component of the python-requires element of the pyproject.tomls
Metadata
Metadata
Assignees
Labels
No labels