-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Compatibility with Python 3.12 #221
Comments
Hi again, thank you for integrating GH-222 so quickly, @hugovk. The package can now be installed well interactively, as a workaround, by invoking So, in order to support the advent of Python 3.12, can we humbly ask you to run a release on PyPI? With kind regards, |
Yes, it's possible. Here's an example: https://peps.python.org/pep-0508/#examples For example in dependencies = [
"geojson @ https://github.com/jazzband/geojson/archive/refs/heads/main.zip",
] Note this installs from a zip which should be quicker than from a Git clone. |
What’s blocking to make a proper Pypi release? |
New release forthcoming. I just need to write up the changelog and push it out. Will aim to get it done by this weekend at the latest. |
3.1.0 has been released with Python 3.12 support. https://pypi.org/project/geojson/ |
Dear Ray, thank you so much for running a release ❤️. On two downstream projects, we've invoked corresponding CI runs. It seems to work well 1.
With kind regards, Footnotes
|
Hi there,
thank you very much for conceiving and maintaining the geojson package.
We are currently evaluating support for Python 3.12 on behalf of earthobservations/wetterdienst#1008, and wanted to report an observation we just made over there 12:
Python 3.12 will be released on 2023-10-02 3, so, if nothing speaks against it, it might be applicable to relax the version constraint, and run another release in order to unlock a few other applications depending on geojson?
With kind regards,
Andreas.
Footnotes
https://github.com/earthobservations/wetterdienst/actions/runs/6357687659/job/17269167025?pr=1008#step:6:46 ↩
https://github.com/earthobservations/wetterdienst/actions/runs/6397097015/job/17364294300?pr=1008#step:6:51 ↩
https://devguide.python.org/versions/ ↩
The text was updated successfully, but these errors were encountered: