Add Python 3.10 support

This commit is contained in:
allegroai 2022-06-16 23:16:06 +03:00
parent 24177cc5a9
commit d9856d5de5

View File

@ -61,6 +61,7 @@ setup(
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
], ],