File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 113.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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments