Skip to content

Commit

Permalink
deps: Set min Python version to 3.8
Browse files Browse the repository at this point in the history
Python 3.7 is end-of-life. Version 3.8 is in security (fixes) status till 2024-10. Changing version in code quality check (for Pylint) and in requirements file.

Minimum version of Python is now specified as 3.8.
  • Loading branch information
wenzeslaus committed May 18, 2024
1 parent bbc3d9b commit b50e04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
include:
- os: ubuntu-22.04
python-version: "3.10"
min-python-version: "3.7"
min-python-version: "3.8"
black-version: "24.4.0"
flake8-version: "3.9.2"
pylint-version: "2.12.2"
Expand Down
2 changes: 1 addition & 1 deletion REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for other platforms you may have to install some of them.
PROJ: [https://proj.org/](https://proj.org/)
- **GDAL/OGR** for import and export of most external raster and vector map formats
GDAL: [https://gdal.org](https://gdal.org)
- **Python >= 3.7** (for temporal framework, scripts, wxGUI, and ctypes interface)
- **Python >= 3.8** (for temporal framework, scripts, wxGUI, and ctypes interface)
[https://www.python.org](https://www.python.org)

## Optional packages
Expand Down

0 comments on commit b50e04e

Please sign in to comment.