Skip to content

Commit b37f12f

Browse files
committed
Update supported Python versions, fix untitaker#43
1 parent 890e7ae commit b37f12f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- 3.4
99
- 3.5
1010
- 3.6
11+
- 3.7
1112

1213
env:
1314
- TOXENV=test

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'Programming Language :: Python :: 3.4',
3333
'Programming Language :: Python :: 3.5',
3434
'Programming Language :: Python :: 3.6',
35+
'Programming Language :: Python :: 3.7',
3536
'Programming Language :: Python :: Implementation :: CPython',
3637
],
3738
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',

0 commit comments

Comments
 (0)