Add Python 3.12 support

This commit is contained in:
allegroai 2024-05-15 18:25:29 +03:00
parent 47147e3237
commit e48b4756fa

View File

@ -63,6 +63,7 @@ setup(
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'License :: OSI Approved :: Apache Software License',
],