File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
integrations/tensorflow/python_projects Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -429,6 +429,8 @@ def find_git_submodule_revision(submodule_path):
429429 "Programming Language :: Python :: 3.9" ,
430430 "Programming Language :: Python :: 3.10" ,
431431 "Programming Language :: Python :: 3.11" ,
432+ "Programming Language :: Python :: 3.12" ,
433+ "Programming Language :: Python :: 3.13" ,
432434 ],
433435 ext_modules = [
434436 CMakeExtension ("iree.compiler._mlir_libs._mlir" ),
Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ def load_version_info():
5757 "Programming Language :: Python :: 3" ,
5858 "Programming Language :: Python :: 3.9" ,
5959 "Programming Language :: Python :: 3.10" ,
60+ "Programming Language :: Python :: 3.11" ,
61+ "Programming Language :: Python :: 3.12" ,
62+ "Programming Language :: Python :: 3.13" ,
6063 ],
6164 python_requires = ">=3.9" ,
6265 packages = find_namespace_packages (
Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ def load_version_info():
5757 "Programming Language :: Python :: 3" ,
5858 "Programming Language :: Python :: 3.9" ,
5959 "Programming Language :: Python :: 3.10" ,
60+ "Programming Language :: Python :: 3.11" ,
61+ "Programming Language :: Python :: 3.12" ,
62+ "Programming Language :: Python :: 3.13" ,
6063 ],
6164 python_requires = ">=3.9" ,
6265 packages = find_namespace_packages (
Original file line number Diff line number Diff line change @@ -533,6 +533,8 @@ def populate_built_package(abs_dir):
533533 "Programming Language :: Python :: 3.9" ,
534534 "Programming Language :: Python :: 3.10" ,
535535 "Programming Language :: Python :: 3.11" ,
536+ "Programming Language :: Python :: 3.12" ,
537+ "Programming Language :: Python :: 3.13" ,
536538 ],
537539 url = "https://github.com/iree-org/iree" ,
538540 python_requires = ">=3.9" ,
You can’t perform that action at this time.
0 commit comments