Skip to content

Commit abf27f2

Browse files
committed
Support Python 3.7, test with Python 3.8 dev
1 parent 33e630e commit abf27f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
dist: xenial
12
language: python
23
python:
34
- '2.7'
45
- '3.4'
56
- '3.5'
67
- '3.6'
7-
- 3.6-dev
8+
- '3.7'
89
- 3.7-dev
10+
- 3.8-dev
911
- nightly
1012
- pypy
1113
- pypy3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
'Programming Language :: Python :: 3.4',
6060
'Programming Language :: Python :: 3.5',
6161
'Programming Language :: Python :: 3.6',
62+
'Programming Language :: Python :: 3.7',
6263
'Programming Language :: Python :: Implementation :: CPython',
6364
'Programming Language :: Python :: Implementation :: PyPy',
6465
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)