Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-05-04 21:55:01 +0300
committerMatt Martz <matt@sivel.net>2017-11-23 19:15:09 +0300
commit3ebb9734a2e6211d60e1e52fe2f1fdd53bfedb46 (patch)
tree2987c67b13ffafb9fd01b96de1f21ee3d3f4c240 /setup.py
parent8854d82049babba9c5216e74723c87a5be996c43 (diff)
Indicate speedtest-cli supports python 3.6, and ensure py3.2 has an appropriate setuptools version
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 00a8054..f323f81 100644
--- a/setup.py
+++ b/setup.py
@@ -90,5 +90,6 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
]
)