Skip to content

Commit

Permalink
Remove references to Python 2.7 in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed May 17, 2020
1 parent 8c1d98c commit 5b79e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Client Features
---------------

- Can connect to other Engine.IO complaint servers besides the one in this package.
- Compatible with Python 2.7 and 3.5+.
- Compatible with Python 3.5+.
- Two versions of the client, one for standard Python and another for ``asyncio``.
- Uses an event-based architecture implemented with decorators that hides the
details of the protocol.
Expand Down Expand Up @@ -131,7 +131,7 @@ Server Features

- Can accept clients running other complaint Engine.IO clients besides the one in this
package.
- Compatible with Python 2.7 and Python 3.5+.
- Compatible with Python 3.5+.
- Two versions of the server, one for standard Python and another for ``asyncio``.
- Supports large number of clients even on modest hardware due to being
asynchronous.
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py27,py35,py36,py37,pypy,pypy3,docs,coverage
envlist=flake8,py35,py36,py37,pypy,pypy3,docs,coverage
skip_missing_interpreters=True

[testenv]
Expand All @@ -17,7 +17,6 @@ deps=
websocket-client
basepython =
flake8: python3.7
py27: python2.7
py35: python3.5
py36: python3.6
py37: python3.7
Expand Down

0 comments on commit 5b79e28

Please sign in to comment.