Skip to content

Commit

Permalink
Update classifiers of Python packages (iree-org#19004)
Browse files Browse the repository at this point in the history
Update classifiers to reflect which Python versions are supported.

Signed-off-by: Giacomo Serafini <[email protected]>
  • Loading branch information
marbre authored and giacs-epic committed Dec 4, 2024
1 parent 2c25b20 commit 39304b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ def find_git_submodule_revision(submodule_path):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
ext_modules=[
CMakeExtension("iree.compiler._mlir_libs._mlir"),
Expand Down
3 changes: 3 additions & 0 deletions integrations/tensorflow/python_projects/iree_tf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def load_version_info():
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
python_requires=">=3.9",
packages=find_namespace_packages(
Expand Down
3 changes: 3 additions & 0 deletions integrations/tensorflow/python_projects/iree_tflite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def load_version_info():
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
python_requires=">=3.9",
packages=find_namespace_packages(
Expand Down
2 changes: 2 additions & 0 deletions runtime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,8 @@ def populate_built_package(abs_dir):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
url="https://github.com/iree-org/iree",
python_requires=">=3.9",
Expand Down

0 comments on commit 39304b9

Please sign in to comment.