python: Add python 3.12 support

This commit is contained in:
Mizux Seiha
2023-10-06 00:43:20 +02:00
committed by Corentin Le Molgat
parent 030bd7d149
commit 21911d4261
9 changed files with 44 additions and 10 deletions

View File

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