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.
1 parent 6f40e07 commit 0968e2cCopy full SHA for 0968e2c
.travis.yml
@@ -4,7 +4,13 @@ python:
4
- "3.4"
5
- "3.5"
6
- "3.6"
7
+# - "3.7" -- this is done through the "matrix" parameter
8
- "nightly"
9
+matrix:
10
+ include:
11
+ - python: 3.7
12
+ dist: xenial
13
+ sudo: true
14
jobs:
15
allow_failures:
16
- python: "nightly"
setup.cfg
@@ -20,6 +20,7 @@ classifiers =
20
Programming Language :: Python :: 3.4
21
Programming Language :: Python :: 3.5
22
Programming Language :: Python :: 3.6
23
+ Programming Language :: Python :: 3.7
24
Topic :: Software Development :: Libraries :: Python Modules
25
Topic :: System :: Archiving :: Packaging
26
0 commit comments