Skip to content

Commit 2150cc0

Browse files
committed
Drop support for EoL Python 3.5
1 parent fe8bf52 commit 2150cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python: [2.7, 3.5, 3.6, 3.7, 3.8]
14+
python: [2.7, 3.6, 3.7, 3.8]
1515

1616
name: Python ${{ matrix.python }} Test
1717

README.md

Lines changed: 1 addition & 1 deletion
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, 3.7 and 3.8
11+
* Python - supports Python versions 2.7, 3.6, 3.7 and 3.8
1212

1313
## Features
1414

0 commit comments

Comments
 (0)