We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0896a89 + 2290728 commit 3781b70Copy full SHA for 3781b70
.travis.yml
@@ -4,10 +4,11 @@ python:
4
- "3.4"
5
- "3.5"
6
- "3.6"
7
-# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
+ - "3.7"
8
+# Enable 3.8 without globally enabling sudo and dist: xenial for other build jobs
9
matrix:
10
include:
- - python: 3.7
11
+ - python: 3.8
12
dist: xenial
13
sudo: true
14
setup.py
@@ -32,5 +32,6 @@
32
"Programming Language :: Python :: 3.5",
33
"Programming Language :: Python :: 3.6",
34
"Programming Language :: Python :: 3.7",
35
+ "Programming Language :: Python :: 3.8",
36
],
37
)
0 commit comments