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 f1588df + d14ef19 commit 2b8b036Copy full SHA for 2b8b036
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- '2.7'
5
- '3.6'
6
- '3.7'
7
+ - '3.8'
8
install:
9
- pip install -U --force setuptools pip
10
- ./setup.py develop
setup.py
@@ -49,7 +49,9 @@
49
'Programming Language :: Python :: 2',
50
'Programming Language :: Python :: 2.7',
51
'Programming Language :: Python :: 3',
52
- 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.6',
53
+ 'Programming Language :: Python :: 3.7',
54
+ 'Programming Language :: Python :: 3.8',
55
],
56
install_requires=install_dependencies,
57
tests_require=test_requirements,
0 commit comments