-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
Hi Team,
Wanted to check in if we can expect any new major releases for GeoHealthCheck
?
The last major release v0.9.0
was around 2 years ago and has issues with latest python3
[3.12
, 3.13
] versions.
Sharing an examples:
paver
had its last official release in December, 2017: https://pypi.org/project/Paver/1.3.4/
There are certain python libraries which paver uses and have been removed or completely refactored. One of those examples:
~/paver$ grep -r "import imp" *
bootstrap.py: import imp
paver/misctasks.py:import importlib
- Python 3.12 removes imp module PythonCharmers/python-future#625 [
Imp
is no longer supported].paver
can not support >Python 3.10
versions. GeoHealthCheck
relies on Paver (dependency for admin tool) these compatibility issues will affect its functionality in environments running Python 3.10 or later.GeoHealthCheck
will have to refactor their dependency on paver to support newer python variants.