Skip to content

Commit 462cf39

Browse files
authored
Merge pull request stefankoegl#37 from stefankoegl/python-3.7
Support Python 3.7
2 parents 277e106 + 318be98 commit 462cf39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ python:
44
- '3.4'
55
- '3.5'
66
- '3.6'
7-
- 3.6-dev
7+
- '3.7'
88
- 3.7-dev
9+
- 3.8-dev
910
- nightly
1011
- pypy
1112
- pypy3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'Programming Language :: Python :: 3.4',
4545
'Programming Language :: Python :: 3.5',
4646
'Programming Language :: Python :: 3.6',
47+
'Programming Language :: Python :: 3.7',
4748
'Programming Language :: Python :: Implementation :: CPython',
4849
'Programming Language :: Python :: Implementation :: PyPy',
4950
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)