diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2018-09-07 18:14:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 18:14:01 +0200 |
commit | 6c0849aa464397ef3a118a7233edbf1955b89c1b (patch) | |
tree | 4e2fd2a1ad7d3b917e043bc2a517ef070218623e /setup.py | |
parent | 6c2e15fce36f5d4a1329dc70fa6bdf9d01028e99 (diff) | |
parent | a2e6c47a2b796e0222ed068c1c06aa0839b41253 (diff) | |
download | mitmproxy-6c0849aa464397ef3a118a7233edbf1955b89c1b.tar.gz mitmproxy-6c0849aa464397ef3a118a7233edbf1955b89c1b.tar.bz2 mitmproxy-6c0849aa464397ef3a118a7233edbf1955b89c1b.zip |
Merge pull request #3229 from Kriechi/py37
Python 3.7 is here
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Security", "Topic :: Internet", |