Skip to content

Commit

Permalink
Add python_requires to package metadata
Browse files Browse the repository at this point in the history
support for python 3.8 and python 3.9 was dropped at 1.20
  • Loading branch information
dimbleby committed Feb 6, 2025
1 parent d981b15 commit 4734c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ def save_build_and_package_info(package_name, version_number, cuda_version, rocm
download_url="https://github.com/microsoft/onnxruntime/tags",
data_files=data_files,
install_requires=install_requires,
python_requires=">=3.10",
keywords="onnx machine learning",
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 4734c12

Please sign in to comment.