Add a classifier for Python 3.11.

This commit is contained in:
Andrey Rakhmatullin 2022-10-08 19:12:32 +06:00
parent 1b11f70cc0
commit 92f2d75ed3
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',