diff options
| author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-10-27 07:39:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-27 07:39:25 -0400 |
| commit | bcadaf251169578fb9beb2a6fbf4d27aab329642 (patch) | |
| tree | dff4d2a42c3297d0492c8496cf27e2adcae9757e | |
| parent | 1fb56a315f92e09d930ab7c2c787adbaead64d76 (diff) | |
| parent | dc9b2b6bdb2e53582ed7d090f40a1aec5983fd3a (diff) | |
| download | python-setuptools-git-bcadaf251169578fb9beb2a6fbf4d27aab329642.tar.gz | |
Merge pull request #1530 from madig/officially-support-py37
Officially support Python 3.7
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
