File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 max-parallel : 4
1515 matrix :
16- python-version : [3.7, 3.8, 3.9]
17- Django-version : [<3.0 , <3.2 , <4.0 ]
16+ python-version : [" 3.7", " 3.8", " 3.9", "3.10" ]
17+ Django-version : [<3.2 , <4.0 , <4.1 ]
1818
1919 steps :
2020 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -21,14 +21,10 @@ def readfile(filename):
2121 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
2222 'Topic :: Software Development :: Libraries :: Application Frameworks' ,
2323 'Development Status :: 5 - Production/Stable' ,
24- 'Programming Language :: Python :: 3.6' ,
2524 'Programming Language :: Python :: 3.7' ,
2625 'Programming Language :: Python :: 3.8' ,
2726 'Programming Language :: Python :: 3.9' ,
2827 'Framework :: Django' ,
29- 'Framework :: Django :: 2.2' ,
30- 'Framework :: Django :: 3.0' ,
31- 'Framework :: Django :: 3.1' ,
3228 'Framework :: Django :: 3.2' ,
3329 'Framework :: Django :: 4.0' ,
3430]
@@ -48,7 +44,7 @@ def readfile(filename):
4844 platforms = ['OS Independent' ],
4945 classifiers = CLASSIFIERS ,
5046 install_requires = [
51- 'Django>=1.8,<3.3 ' ,
47+ 'Django>=3.2,<4.1 ' ,
5248 ],
5349 packages = find_packages (exclude = ['example' , 'docs' ]),
5450 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments