Skip to content

Commit 8245ab6

Browse files
authored
Merge pull request #155 from pusher/add-python3_8-support
add python 3.8 support
2 parents af1c1b8 + 6d91507 commit 8245ab6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.5"
88
- "3.6"
99
- "3.7"
10+
- "3.8"
1011
before_install:
1112
- pip install --upgrade setuptools
1213
install:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to use this library, you need to have a free account on <http://pusher.
88

99
## Supported Platforms
1010

11-
* Python - supports Python versions 2.7, 3.5, 3.6 and 3.7
11+
* Python - supports Python versions 2.7, 3.5, 3.6, 3.7 and 3.8
1212

1313
## Features
1414

0 commit comments

Comments
 (0)