Add Python 3.11 in classifiers
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
02b3380ac3
commit
da3c74bd36
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -42,6 +42,7 @@ CLASSIFIERS = [
|
|||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Topic :: Internet :: XMPP',
|
||||
'Topic :: Security :: Cryptography',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
|
|
Loading…
Reference in a new issue