Skip to content

Commit

Permalink
add 3.7 where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Sep 25, 2018
1 parent f63ad1e commit 7c93032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.4/3.5/3.6 (subset of functionality).
- Python 2.7 (full functionality) or 3.4/3.5/3.6/3.7 (subset of functionality).

- `setuptools <https://pypi.python.org/pypi/setuptools>`_
(installed automatically if you use pip).
Expand Down
1 change: 1 addition & 0 deletions src/twisted/python/_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
)

Expand Down

0 comments on commit 7c93032

Please sign in to comment.