[CI/Build] Add support for Python 3.12 (#7035)

This commit is contained in:
Michael Goin
2024-08-02 16:51:22 -04:00
committed by GitHub
parent 806949514a
commit b482b9a5b1
7 changed files with 7 additions and 6 deletions

View File

@@ -465,6 +465,7 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],