From 7c9303223362ff81a4816e056ee9fda06e6d009d Mon Sep 17 00:00:00 2001 From: Amber Brown Date: Tue, 25 Sep 2018 22:58:59 +1000 Subject: [PATCH] add 3.7 where applicable --- INSTALL.rst | 2 +- src/twisted/python/_setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 6408d394eab..025bf08316b 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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 `_ (installed automatically if you use pip). diff --git a/src/twisted/python/_setup.py b/src/twisted/python/_setup.py index 467aa93eda4..637933d5154 100644 --- a/src/twisted/python/_setup.py +++ b/src/twisted/python/_setup.py @@ -68,6 +68,7 @@ "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", ], )