"...git@developer.sourcefind.cn:OpenDAS/TransformerEngine.git" did not exist on "717250995e672ad70f4a00c342604637bfa26983"
Unverified Commit 031c6cf6 authored by Kirthi Shankar Sivamani's avatar Kirthi Shankar Sivamani Committed by GitHub
Browse files

Python 3.12+ support (#1862)


Signed-off-by: default avatarKirthi Shankar Sivamani <ksivamani@nvidia.com>
parent ddcda1ff
...@@ -201,14 +201,8 @@ if __name__ == "__main__": ...@@ -201,14 +201,8 @@ if __name__ == "__main__":
long_description_content_type="text/x-rst", long_description_content_type="text/x-rst",
ext_modules=ext_modules, ext_modules=ext_modules,
cmdclass={"build_ext": CMakeBuildExtension, "bdist_wheel": TimedBdist}, cmdclass={"build_ext": CMakeBuildExtension, "bdist_wheel": TimedBdist},
python_requires=">=3.8, <3.13", python_requires=">=3.8",
classifiers=[ classifiers=["Programming Language :: Python :: 3"],
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
setup_requires=setup_requires, setup_requires=setup_requires,
install_requires=install_requires, install_requires=install_requires,
license_files=("LICENSE",), license_files=("LICENSE",),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment