summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-26 10:25:07 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-26 19:08:43 +0200
commit7b208d7e933bb72d09d289af173712338443ccb7 (patch)
tree1b7f5633f10ee603d6ab4e03dc259e6382318cb1 /setup.cfg
parent72f08f35755c62cdd9f049d4440fa7f5cd9a0171 (diff)
[4.1.x] Refs #33173 -- Added Python 3.11 to classifiers and tox.ini.
Backport of e51c998f8d6fbc9421e4a1226c144d8035c126e0 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 c627956339..dfa7ec85f3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI