add python311 support for whl

This commit is contained in:
wenmeng.zwm
2023-08-30 14:58:32 +08:00
parent 59ec83cd2d
commit 8148cd689c

View File

@@ -219,6 +219,7 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
license='Apache License 2.0',
tests_require=parse_requirements('requirements/tests.txt'),