Skip to content

Commit 74e4254

Browse files
committed
Python 3.7 support
1 parent edf1cf2 commit 74e4254

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ matrix:
88
- python: 3.4
99
- python: 3.5
1010
- python: 3.6
11+
- python: 3.7
12+
dist: xenial
13+
sudo: true
1114
- python: nightly
1215
- python: pypy3
1316
allow_failures:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ def run_tests(self):
8888
"Programming Language :: Python :: 3.4",
8989
"Programming Language :: Python :: 3.5",
9090
"Programming Language :: Python :: 3.6",
91+
"Programming Language :: Python :: 3.7",
9192
],
9293
)

0 commit comments

Comments
 (0)