summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-05 09:59:10 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-05 09:59:48 +0200
commitc8d0a8c9b606e1b213c3a141d580080650b5f798 (patch)
tree80e2485f017084f0aa7b0f0408e769dd81e63874 /setup.cfg
parent263a4bab37395ef3b541254dada53b61f3b10245 (diff)
[4.0.x] Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.
Backport of 15987c9c5315ac30f069915e28de78ade788458d from main
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 612916ea39..2a53baaa40 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI