Skip to content

Commit 322b092

Browse files
committed
No python 3.7 yet on travis it seems
1 parent 5042e02 commit 322b092

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ python:
33
- "2.7"
44
- "3.5"
55
- "3.6"
6-
- "3.7"
76
install:
87
- pip install .
98
- pip install flake8

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ def getVersion():
2828
'Intended Audience :: Developers',
2929
'License :: OSI Approved :: MIT License',
3030
'Programming Language :: Python :: 2.7',
31-
'Programming Language :: Python :: 3.2',
32-
'Programming Language :: Python :: 3.3',
33-
'Programming Language :: Python :: 3.4',
3431
'Programming Language :: Python :: 3.5',
3532
'Programming Language :: Python :: 3.6',
33+
'Programming Language :: Python :: 3.7',
3634
'Topic :: Documentation :: Sphinx',
3735
'Topic :: Software Development :: Documentation'
3836
],

0 commit comments

Comments
 (0)