Skip to content

Commit a2d03d0

Browse files
committed
I guess we can't do Python 3.9 in travis yet.
1 parent 0a3da64 commit a2d03d0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python:
44
- 3.6
55
- 3.7
66
- 3.8
7-
- 3.9
87
env:
98
- DJANGO_VERSION='>=3.0,<3.1'
109
- DJANGO_VERSION='>=3.1,<3.2'

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"Programming Language :: Python :: 3.6",
1616
"Programming Language :: Python :: 3.7",
1717
"Programming Language :: Python :: 3.8",
18-
"Programming Language :: Python :: 3.9",
1918
"License :: OSI Approved :: BSD License",
2019
"Operating System :: OS Independent",
2120
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)