mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 06:40:52 +00:00
Also list py3.5
This commit is contained in:
parent
38870b69ea
commit
884c7fed87
2 changed files with 2 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
1
setup.py
1
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',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue