Enable builds for Python 3.13 (#4414)

* Enable builds for Python 3.13
This commit is contained in:
Arnab Animesh Das
2024-10-18 18:33:46 +05:30
committed by Corentin Le Molgat
parent 61d5b5e937
commit a4f196a67a
15 changed files with 53 additions and 10 deletions

View File

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