setup.py: Add Python 3.11 in classifiers

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-10-21 13:15:36 +02:00
parent e9d166c0a1
commit 79018cbe1e
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -43,6 +43,7 @@ CLASSIFIERS = [
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Internet :: XMPP', 'Topic :: Internet :: XMPP',
'Topic :: Security :: Cryptography', 'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',