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:
-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',
]
)