Remove reference to Python 3.4

This commit is contained in:
Craig Rodrigues 2019-04-09 21:30:12 -07:00
parent d9a0ca9d39
commit a9dbc974d3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Installation Requirements
To install Twisted, you need:
- Python 2.7 (full functionality) or 3.4/3.5/3.6/3.7 (subset of functionality).
- Python 2.7 (full functionality) or 3.5/3.6/3.7 (subset of functionality).
- `setuptools <https://pypi.python.org/pypi/setuptools>`_
(installed automatically if you use pip).