Skip to content

Commit 31dab47

Browse files
marbreGroverkss
authored andcommitted
Update classifiers of Python packages (iree-org#19004)
Update classifiers to reflect which Python versions are supported.
1 parent 8a16304 commit 31dab47

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

compiler/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"),

integrations/tensorflow/python_projects/iree_tf/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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(

integrations/tensorflow/python_projects/iree_tflite/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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(

runtime/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)