-
-
Notifications
You must be signed in to change notification settings - Fork 73
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:
paverhad 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 [
Impis no longer supported].pavercan not support >Python 3.10versions. GeoHealthCheckrelies on Paver (dependency for admin tool) these compatibility issues will affect its functionality in environments running Python 3.10 or later.GeoHealthCheckwill have to refactor their dependency on paver to support newer python variants.