We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3da64 commit a2d03d0Copy full SHA for a2d03d0
.travis.yml
@@ -4,7 +4,6 @@ python:
4
- 3.6
5
- 3.7
6
- 3.8
7
- - 3.9
8
env:
9
- DJANGO_VERSION='>=3.0,<3.1'
10
- DJANGO_VERSION='>=3.1,<3.2'
setup.py
@@ -15,7 +15,6 @@
15
"Programming Language :: Python :: 3.6",
16
"Programming Language :: Python :: 3.7",
17
"Programming Language :: Python :: 3.8",
18
- "Programming Language :: Python :: 3.9",
19
"License :: OSI Approved :: BSD License",
20
"Operating System :: OS Independent",
21
"Topic :: Software Development :: Libraries",
0 commit comments