check_version¶
Python version enforcement for page_dewarp.
This module checks the running Python version, and exits if it is below the minimum supported version (3.9).
enforce_version ¶
Raise SystemExit if running on an unsupported Python version.
Python version enforcement for page_dewarp.
This module checks the running Python version, and exits if it is below the minimum supported version (3.9).
Raise SystemExit if running on an unsupported Python version.
src/page_dewarp/check_version.py