Skip to content

Commit 2b8b036

Browse files
authored
Merge pull request #53 from tnir/python-3.8
Add support for Python 3.8 by testing
2 parents f1588df + d14ef19 commit 2b8b036

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- '2.7'
55
- '3.6'
66
- '3.7'
7+
- '3.8'
78
install:
89
- pip install -U --force setuptools pip
910
- ./setup.py develop

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
'Programming Language :: Python :: 2',
5050
'Programming Language :: Python :: 2.7',
5151
'Programming Language :: Python :: 3',
52-
'Programming Language :: Python :: 3.4',
52+
'Programming Language :: Python :: 3.6',
53+
'Programming Language :: Python :: 3.7',
54+
'Programming Language :: Python :: 3.8',
5355
],
5456
install_requires=install_dependencies,
5557
tests_require=test_requirements,

0 commit comments

Comments
 (0)