Skip to content

Commit

Permalink
Merge pull request #155 from pusher/add-python3_8-support
Browse files Browse the repository at this point in the history
add python 3.8 support
  • Loading branch information
damdo committed Oct 28, 2019
2 parents af1c1b8 + 6d91507 commit 8245ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
before_install:
- pip install --upgrade setuptools
install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ In order to use this library, you need to have a free account on <http://pusher.

## Supported Platforms

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

## Features

Expand Down

0 comments on commit 8245ab6

Please sign in to comment.