Skip to content

Commit 3781b70

Browse files
authored
Merge pull request #161 from Nexmo/add-support-python3.8
Adding Support for Python 3.8
2 parents 0896a89 + 2290728 commit 3781b70

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7-
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
7+
- "3.7"
8+
# Enable 3.8 without globally enabling sudo and dist: xenial for other build jobs
89
matrix:
910
include:
10-
- python: 3.7
11+
- python: 3.8
1112
dist: xenial
1213
sudo: true
1314

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
"Programming Language :: Python :: 3.5",
3333
"Programming Language :: Python :: 3.6",
3434
"Programming Language :: Python :: 3.7",
35+
"Programming Language :: Python :: 3.8",
3536
],
3637
)

0 commit comments

Comments
 (0)