setup.py: Add Python 3.11 and 3.12 to classifiers.

This commit is contained in:
Valentin Lorentz 2023-05-21 18:50:24 +02:00
parent 3be1804553
commit 8859e1ce51

View File

@ -204,6 +204,8 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Communications :: Chat :: Internet Relay Chat',
'Topic :: Software Development :: Libraries :: Python Modules',
],