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 GitHub
parent f762c88d35
commit dd03f0cbfa
15 changed files with 53 additions and 10 deletions

View File

@@ -162,6 +162,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',