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 edf1cf2 commit 74e4254Copy full SHA for 74e4254
.travis.yml
@@ -8,6 +8,9 @@ matrix:
8
- python: 3.4
9
- python: 3.5
10
- python: 3.6
11
+ - python: 3.7
12
+ dist: xenial
13
+ sudo: true
14
- python: nightly
15
- python: pypy3
16
allow_failures:
setup.py
@@ -88,5 +88,6 @@ def run_tests(self):
88
"Programming Language :: Python :: 3.4",
89
"Programming Language :: Python :: 3.5",
90
"Programming Language :: Python :: 3.6",
91
+ "Programming Language :: Python :: 3.7",
92
],
93
)
0 commit comments