Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change python_requires from <=3.12 to <3.13 #1827

Merged

Conversation

sameer-google
Copy link
Collaborator

This pull request updates the python_requires field in the setup.py file to <3.13, addressing an issue in the v5.32 release where the constraint was incorrectly set to <=3.12. This fix ensures that gsutil can be installed via pip on Python versions 3.12.1 and above.

Copy link
Member

@sushantkhanna sushantkhanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ensure that we are compliant with all patches of Python 3.12

@sameer-google
Copy link
Collaborator Author

Please ensure that we are compliant with all patches of Python 3.12

We are fully compliant with all minor releases of Python 3.12 and have addressed all known issues or failures.

@sushantkhanna sushantkhanna merged commit fae60f5 into GoogleCloudPlatform:master Dec 9, 2024
31 of 39 checks passed
@sameer-google sameer-google deleted the python-requires branch December 9, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants