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