Skip to content

Commit 6d1fb21

Browse files
committed
Add py37 to test matrix
1 parent 6de3eee commit 6d1fb21

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
@@ -5,6 +5,7 @@ python:
55
- 3.4
66
- 3.5
77
- 3.6
8+
- 3.7
89
- pypy
910
- pypy3
1011
install:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def get_version():
6666
'Programming Language :: Python :: 3.4',
6767
'Programming Language :: Python :: 3.5',
6868
'Programming Language :: Python :: 3.6',
69+
'Programming Language :: Python :: 3.7',
6970
'Programming Language :: Python :: Implementation :: CPython',
7071
'Programming Language :: Python :: Implementation :: PyPy',
7172
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

0 commit comments

Comments
 (0)