Add python 3.11 support (#3515)

This commit is contained in:
Mizux Seiha
2022-10-27 16:22:08 +02:00
committed by Corentin Le Molgat
parent 49d3c1ecbf
commit abd7328623
6 changed files with 46 additions and 11 deletions

View File

@@ -100,6 +100,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: C++',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Office/Business :: Scheduling',