Skip to content

Commit 02a7ce3

Browse files
Remove references to Python 2.7 in the documentation
1 parent bbb9a7f commit 02a7ce3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Client Features
4747

4848
- Can connect to other Socket.IO compliant servers besides the one in
4949
this package.
50-
- Compatible with Python 2.7 and 3.5+.
50+
- Compatible with Python 3.5+.
5151
- Two versions of the client, one for standard Python and another for
5252
asyncio.
5353
- Uses an event-based architecture implemented with decorators that
@@ -127,7 +127,7 @@ Server Features
127127

128128
- Can connect to servers running other compliant Socket.IO clients besides
129129
the one in this package.
130-
- Compatible with Python 2.7 and Python 3.5+.
130+
- Compatible with Python Python 3.5+.
131131
- Two versions of the server, one for standard Python and another for
132132
asyncio.
133133
- Supports large number of clients even on modest hardware due to being

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=flake8,py27,py35,py36,py37,pypy,pypy3,docs,coverage
2+
envlist=flake8,py35,py36,py37,pypy,pypy3,docs,coverage
33
skip_missing_interpreters=True
44

55
[testenv]
@@ -12,7 +12,6 @@ deps=
1212
mock
1313
basepython =
1414
flake8: python3.7
15-
py27: python2.7
1615
py35: python3.5
1716
py36: python3.6
1817
py37: python3.7

0 commit comments

Comments
 (0)