Skip to content

Commit 94a9aa8

Browse files
authored
Add supported platforms, update CI (#146)
1 parent ba32489 commit 94a9aa8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ sudo: required
44
dist: xenial
55
python:
66
- "2.7"
7-
- "3.4"
87
- "3.5"
98
- "3.6"
109
- "3.7"
1110
before_install:
1211
- pip install --upgrade setuptools
13-
install:
12+
install:
1413
- "pip install -r requirements.txt"
1514
script: "python setup.py test"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ This package lets you trigger events to your client and query the state of your
66

77
In order to use this library, you need to have a free account on <http://pusher.com>. After registering, you will need the application credentials for your app.
88

9+
## Supported Platforms
10+
11+
* Python - supports versions of Python that have `bugfix`/`security` support in https://devguide.python.org/#status-of-python-branches.
12+
913
## Features
1014

11-
* Python 2.7, 3.4, 3.5, 3.6 and 3.7 support
1215
* Adapters for various http libraries like requests, urlfetch, aiohttp (requires Python >= 3.5.3) and tornado.
1316
* WebHook validation
1417
* Signature generation for socket subscriptions

0 commit comments

Comments
 (0)