summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-10-27 07:39:25 -0400
committerGitHub <noreply@github.com>2018-10-27 07:39:25 -0400
commitbcadaf251169578fb9beb2a6fbf4d27aab329642 (patch)
treedff4d2a42c3297d0492c8496cf27e2adcae9757e
parent1fb56a315f92e09d930ab7c2c787adbaead64d76 (diff)
parentdc9b2b6bdb2e53582ed7d090f40a1aec5983fd3a (diff)
downloadpython-setuptools-git-bcadaf251169578fb9beb2a6fbf4d27aab329642.tar.gz
Merge pull request #1530 from madig/officially-support-py37
Officially support Python 3.7
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2cac67a2..cdb4ec79 100755
--- a/setup.py
+++ b/setup.py
@@ -164,6 +164,7 @@ setup_params = dict(
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration