Skip to content

Commit 185c3e7

Browse files
committed
Python 3.7 support
1 parent 632eb3e commit 185c3e7

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
@@ -6,6 +6,7 @@ matrix:
66
- python: 3.4
77
- python: 3.5
88
- python: 3.6
9+
- python: 3.7
910
- python: nightly
1011
- python: pypy3
1112
allow_failures:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def run_tests(self):
7777
'Programming Language :: Python :: 3.4',
7878
'Programming Language :: Python :: 3.5',
7979
'Programming Language :: Python :: 3.6',
80+
'Programming Language :: Python :: 3.7',
8081
'Topic :: Software Development :: Libraries',
8182
],
8283
install_requires=install_requires(),

0 commit comments

Comments
 (0)