Skip to content

Commit

Permalink
python 3.3 is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Mar 31, 2018
1 parent bbe4ce6 commit 290a069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation Requirements

To install Twisted, you need:

- Python 2.7 (full functionality) or 3.3/3.4/3.5 (subset of functionality).
- Python 2.7 (full functionality) or 3.4/3.5/3.6 (subset of functionality).

- `setuptools <https://pypi.python.org/pypi/setuptools>`_
(installed automatically if you use pip).
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For information on what's new in Twisted 17.9.0, see the `NEWS <NEWS.rst>`_ file
What is this?
-------------

Twisted is an event-based framework for internet applications, supporting Python 2.7 and Python 3.3+.
Twisted is an event-based framework for internet applications, supporting Python 2.7 and Python 3.4+.
It includes modules for many different purposes, including the following:

- ``twisted.web``: HTTP clients and servers, HTML templating, and a WSGI server
Expand Down

0 comments on commit 290a069

Please sign in to comment.