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>2018-02-06 01:33:07 +0300
committerMatt Martz <matt@sivel.net>2018-02-06 01:33:07 +0300
commit0a7823db7acb895765f074261b01c6d1950b8a49 (patch)
treea2a6459a15b9bc1e0a3a65b00007fc958db06c68
parent27a830119287e0cd456f9e04363494c8073bd5a9 (diff)
Tested through 3.7v2.0.0
-rw-r--r--README.rst2
-rw-r--r--setup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5ccde35..3e57422 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ speedtest.net
Versions
--------
-speedtest-cli works with Python 2.4-3.6
+speedtest-cli works with Python 2.4-3.7
.. image:: https://img.shields.io/pypi/pyversions/speedtest-cli.svg
:target: https://pypi.python.org/pypi/speedtest-cli/
diff --git a/setup.py b/setup.py
index 32d16bb..29e0f31 100644
--- a/setup.py
+++ b/setup.py
@@ -91,5 +91,6 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
]
)