Skip to content

Commit bf3045d

Browse files
committed
add py38 to test suite
1 parent b733898 commit bf3045d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.5
77
- 3.6
88
- 3.7
9+
- 3.8
910
- pypy
1011
- pypy3
1112
install:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def get_version():
6161
'Programming Language :: Python :: 3.5',
6262
'Programming Language :: Python :: 3.6',
6363
'Programming Language :: Python :: 3.7',
64+
'Programming Language :: Python :: 3.8',
6465
'Programming Language :: Python :: Implementation :: CPython',
6566
'Programming Language :: Python :: Implementation :: PyPy',
6667
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

0 commit comments

Comments
 (0)