-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.14 support? #168
Comments
@marklit I'm happy to review PR that update the pyproj version 🙏 |
Will do #169 |
As mentioned in the PR we cannot Because python3.14 is not released yet I don't think this would be available soon |
Perhaps we can let the dust settle on this ticket and wait for pyproj to catch up to Python 3.14. Python 3.13 works and my use of your library in tiles2columns with pyproj 3.1 seems to run without issue. I don't know all the fixes that have occurred in pyproj between 3.1 and 3.6 but I can revisit it when Python 3.14 support comes around. |
I run tests on making sure morecantile, along with other dependencies install nicely with Python 3.8+ in one of my projects. With Python 3.14.0-alpha.2 I'm seeing the following failure:
https://github.com/marklit/tiles2columns/actions/runs/12119420259/job/33785961051
To be clear, the above runs without issue on Python 3.8 through to 3.13.
It looks like pyproj has released version 3.7.0: https://github.com/pyproj4/pyproj/releases
But their tests are only going up to Python 3.12: https://github.com/pyproj4/pyproj/actions/runs/12101161977
Are there any plans to work on getting newer versions of pyproj and Python supported in this project?
The text was updated successfully, but these errors were encountered: