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>2021-07-07 22:50:15 +0300
committerMatt Martz <matt@sivel.net>2021-07-07 22:50:15 +0300
commit22210ca35228f0bbcef75a7c14587c4ecb875ab4 (patch)
treeb8c9f3e2c0fdaa93603035f7cfc4bb5b5b6163a5 /setup.py
parent42e96b13dda2afabbcec2622612d13495a415caa (diff)
Python 3.10 supportHEADmaster
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a617be4..f3d21ad 100644
--- a/setup.py
+++ b/setup.py
@@ -92,5 +92,8 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
]
)