Skip to content

Commit e177df6

Browse files
authored
Merge pull request #87 from p1c2u/feature/python37-support
Python 3.7 support
2 parents 632eb3e + 1c5956e commit e177df6

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
@@ -6,6 +6,9 @@ matrix:
66
- python: 3.4
77
- python: 3.5
88
- python: 3.6
9+
- python: 3.7
10+
dist: xenial
11+
sudo: true
912
- python: nightly
1013
- python: pypy3
1114
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)