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 5042e02 commit 322b092Copy full SHA for 322b092
.travis.yml
@@ -3,7 +3,6 @@ python:
3
- "2.7"
4
- "3.5"
5
- "3.6"
6
- - "3.7"
7
install:
8
- pip install .
9
- pip install flake8
setup.py
@@ -28,11 +28,9 @@ def getVersion():
28
'Intended Audience :: Developers',
29
'License :: OSI Approved :: MIT License',
30
'Programming Language :: Python :: 2.7',
31
- 'Programming Language :: Python :: 3.2',
32
- 'Programming Language :: Python :: 3.3',
33
- 'Programming Language :: Python :: 3.4',
34
'Programming Language :: Python :: 3.5',
35
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
36
'Topic :: Documentation :: Sphinx',
37
'Topic :: Software Development :: Documentation'
38
],
0 commit comments