Skip to content

Commit f65a90a

Browse files
authored
add Python 3.8 support (#98)
1 parent 8a669e3 commit f65a90a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.5"
88
- "3.6"
99
- "3.7"
10+
- "3.8"
1011
install:
1112
- "python setup.py install"
1213
- "pip install -U pip"

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525
'Programming Language :: Python :: 2',
2626
'Programming Language :: Python :: 2.7',
2727
'Programming Language :: Python :: 3',
28-
'Programming Language :: Python :: 3.3',
2928
'Programming Language :: Python :: 3.4',
29+
'Programming Language :: Python :: 3.5',
30+
'Programming Language :: Python :: 3.6',
31+
'Programming Language :: Python :: 3.7',
32+
'Programming Language :: Python :: 3.8',
3033
'Topic :: Internet :: WWW/HTTP',
3134
'Topic :: Software Development :: Libraries :: Python Modules',
3235
]

0 commit comments

Comments
 (0)