Skip to content

Commit 2d98e86

Browse files
committed
Tested with Python 3.8.
1 parent 7b7c108 commit 2d98e86

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
- "3.7"
8+
- "3.8"
79
install: pip install -r requirements.txt
810
script: make test
911

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def make_release_tree(self, base_dir, files):
7474
'Programming Language :: Python :: 3.5',
7575
'Programming Language :: Python :: 3.6',
7676
'Programming Language :: Python :: 3.7',
77+
'Programming Language :: Python :: 3.8',
7778
'Operating System :: OS Independent',
7879
'License :: OSI Approved :: Apache Software License',
7980
],

0 commit comments

Comments
 (0)