Skip to content

Commit a92221f

Browse files
committed
set min python version to 3.9
1 parent e8be27b commit a92221f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
python_version:
15-
- '3.7'
16-
- '3.8'
1715
- '3.9'
1816
- '3.10'
1917
- '3.11'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1919
"Operating System :: POSIX :: Linux",
2020
]
21-
requires-python = ">=3.7"
21+
requires-python = ">=3.9"
2222
dependencies = [
2323
'django-geo-spaas',
2424
'django',

0 commit comments

Comments
 (0)