Skip to content

Commit

Permalink
chore(components): remove upper limit on python_requires
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Sun <[email protected]>
PiperOrigin-RevId: 695904232
  • Loading branch information
chensun authored and Google Cloud Pipeline Components maintainers committed Nov 13, 2024
1 parent cac3739 commit ef672d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/google-cloud/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
],
},
include_package_data=True,
python_requires=">=3.8.0,<=3.13.0",
python_requires=">=3.8.0",
install_requires=[
# Pin google-api-core version for the bug fixing in 1.31.5
# https://github.com/googleapis/python-api-core/releases/tag/v1.31.5
Expand Down

0 comments on commit ef672d7

Please sign in to comment.