From 884c7fed8777493e4139e2e903c241642799b902 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Fri, 27 May 2016 11:36:58 -0500 Subject: [PATCH] Also list py3.5 --- README.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e787ecc..8b33952 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ speedtest.net Versions -------- -speedtest-cli works with Python 2.4-3.4 +speedtest-cli works with Python 2.4-3.5 .. 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 d88f803..d574195 100644 --- a/setup.py +++ b/setup.py @@ -89,5 +89,6 @@ setup( 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ] )