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-19 21:41:58 +02:00
parent 02b3380ac3
commit da3c74bd36
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -42,6 +42,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',