File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 22coreapi==2.3.1
33coreschema==0.0.4
44django-filter>=2.4.0,<3.0
5- django-guardian>=2.3 .0,<2.4
5+ django-guardian>=2.4 .0,<2.5
66markdown==3.3;python_version>="3.6"
77markdown==3.2.2;python_version=="3.5"
88psycopg2-binary>=2.8.5,<2.9
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ def get_version(package):
9292 'Framework :: Django :: 2.2' ,
9393 'Framework :: Django :: 3.0' ,
9494 'Framework :: Django :: 3.1' ,
95+ 'Framework :: Django :: 3.2' ,
9596 'Intended Audience :: Developers' ,
9697 'License :: OSI Approved :: BSD License' ,
9798 'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change @@ -50,18 +50,6 @@ deps =
5050 -rrequirements/requirements-testing.txt
5151 -rrequirements/requirements-documentation.txt
5252
53- [testenv:py36-django32]
54- ignore_outcome = true
55-
56- [testenv:py37-django32]
57- ignore_outcome = true
58-
59- [testenv:py38-django32]
60- ignore_outcome = true
61-
62- [testenv:py39-django32]
63- ignore_outcome = true
64-
6553[testenv:py38-djangomain]
6654ignore_outcome = true
6755
You can’t perform that action at this time.
0 commit comments