Skip to content

Commit 182a541

Browse files
Remove python 3.7
1 parent 29256c9 commit 182a541

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
matrix:
1111
include:
1212
- django-version: "2.2.0"
13-
python-version: "3.7"
13+
python-version: "3.8"
1414
- django-version: "3.2.0"
15-
python-version: "3.7"
15+
python-version: "3.8"
1616
- django-version: "4.0.0"
17-
python-version: "3.7"
17+
python-version: "3.8"
1818
- django-version: "2.2.0"
1919
python-version: "3.10"
2020
- django-version: "3.2.0"

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
3.0.0
22
* Compatible with Debug toolbar 3.x
3-
* Compatible with Django 4.0
4-
* Remove python 3.6
3+
* Compatible with Django 4.0 (Requires python 3.8+)
4+
* Remove python 3.6 and 3.7
55
* Add Python 3.8 3.9 3.10
66
* Remove travis switch to github actions
77

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"License :: OSI Approved :: MIT License",
2121
"Operating System :: OS Independent",
2222
"Programming Language :: Python",
23-
"Programming Language :: Python :: 3.7",
2423
"Programming Language :: Python :: 3.8",
2524
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)