aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2018-09-07 18:14:01 +0200
committerGitHub <noreply@github.com>2018-09-07 18:14:01 +0200
commit6c0849aa464397ef3a118a7233edbf1955b89c1b (patch)
tree4e2fd2a1ad7d3b917e043bc2a517ef070218623e /setup.py
parent6c2e15fce36f5d4a1329dc70fa6bdf9d01028e99 (diff)
parenta2e6c47a2b796e0222ed068c1c06aa0839b41253 (diff)
downloadmitmproxy-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7c6eb09f..dd48f308 100644
--- a/setup.py
+++ b/setup.py
@@ -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",