Skip to content

Commit c40cb75

Browse files
authored
Merge pull request #45 from p1c2u/feature/python37-support
Python 3.7 support
2 parents feadfe2 + 74e4254 commit c40cb75

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
@@ -89,5 +89,6 @@ def run_tests(self):
8989
"Programming Language :: Python :: 3.4",
9090
"Programming Language :: Python :: 3.5",
9191
"Programming Language :: Python :: 3.6",
92+
"Programming Language :: Python :: 3.7",
9293
],
9394
)

0 commit comments

Comments
 (0)