Skip to content

Commit b1253b4

Browse files
committed
NO-JIRA: Try 3.8 with Travis.
1 parent c32c694 commit b1253b4

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
@@ -9,6 +9,7 @@ python:
99
- "3.5"
1010
- "3.6"
1111
- "3.7"
12+
- "3.8"
1213
install:
1314
- pip install tox
1415
script:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def read(*filenames, **kwargs):
5454
'Programming Language :: Python :: 3.5',
5555
'Programming Language :: Python :: 3.6',
5656
'Programming Language :: Python :: 3.7',
57+
'Programming Language :: Python :: 3.8',
5758
'Topic :: Software Development :: Libraries :: Python Modules'
5859
]
5960
)

0 commit comments

Comments
 (0)