Skip to content

Commit 114d9b3

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1118 from teojgo/ci/test_python38
[ci] Add Python 3.8 testing in Travis CI
2 parents 7e3835d + 3ac4ca8 commit 114d9b3

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
@@ -4,6 +4,7 @@ python:
44
- "3.5"
55
- "3.6"
66
- "3.7"
7+
- "3.8"
78

89
install:
910
- pip install -r requirements.txt

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'Programming Language :: Python :: 3.5',
2424
'Programming Language :: Python :: 3.6',
2525
'Programming Language :: Python :: 3.7',
26+
'Programming Language :: Python :: 3.8',
2627
'License :: OSI Approved :: BSD License',
2728
'Operating System :: MacOS',
2829
'Operating System :: POSIX :: Linux',

0 commit comments

Comments
 (0)