We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8be27b commit a92221fCopy full SHA for a92221f
.github/workflows/ci.yml
@@ -12,8 +12,6 @@ jobs:
12
strategy:
13
matrix:
14
python_version:
15
- - '3.7'
16
- - '3.8'
17
- '3.9'
18
- '3.10'
19
- '3.11'
pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
20
]
21
-requires-python = ">=3.7"
+requires-python = ">=3.9"
22
dependencies = [
23
'django-geo-spaas',
24
'django',
0 commit comments