Skip to content

Commit 149941a

Browse files
committed
Add CI build on Python 3.8
1 parent 4f46619 commit 149941a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
language: python
44
python:
5+
- "3.8"
56
- "3.4"
67
- "3.3"
78
- "2.7"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"Programming Language :: Python :: 3",
2525
"Programming Language :: Python :: 3.3",
2626
"Programming Language :: Python :: 3.4",
27+
"Programming Language :: Python :: 3.8",
2728
"Topic :: Software Development :: Libraries :: Python Modules",
2829
"License :: OSI Approved :: MIT License",
2930
],

0 commit comments

Comments
 (0)