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 632eb3e commit 185c3e7Copy full SHA for 185c3e7
.travis.yml
@@ -6,6 +6,7 @@ matrix:
6
- python: 3.4
7
- python: 3.5
8
- python: 3.6
9
+ - python: 3.7
10
- python: nightly
11
- python: pypy3
12
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