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 632eb3e + 1c5956e commit e177df6Copy full SHA for e177df6
.travis.yml
@@ -6,6 +6,9 @@ matrix:
6
- python: 3.4
7
- python: 3.5
8
- python: 3.6
9
+ - python: 3.7
10
+ dist: xenial
11
+ sudo: true
12
- python: nightly
13
- python: pypy3
14
allow_failures:
setup.py
@@ -77,6 +77,7 @@ def run_tests(self):
77
'Programming Language :: Python :: 3.4',
78
'Programming Language :: Python :: 3.5',
79
'Programming Language :: Python :: 3.6',
80
+ 'Programming Language :: Python :: 3.7',
81
'Topic :: Software Development :: Libraries',
82
],
83
install_requires=install_requires(),
0 commit comments