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

Bump oldest supported Python to 3.10, eliminate setuptools-scm #1842

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

nicholasjng
Copy link
Contributor

The version is now a string again, under the same attribute as it was before. This is a pragmatic decision in order to be able to upload wheels again, possibly directly from main.

We could in the future also set the Python version to a development version if we want to avoid accidental uploads of main.

Built on #1841.

This shaves off multiple minutes from the wheel builds alone.

Also revert to trusted publishing for wheel uploads as it is now set up.
The version is now a string again, under the same attribute as it was
before. This is a pragmatic decision in order to be able to upload wheels
again, possibly directly from main.

We could in the future also set the Python version to a development version
if we want to avoid accidental uploads of `main`.
pyproject.toml Show resolved Hide resolved
Also fixes the setuptools failure observed in the latest CI by pinning
to the last version before v73 until the problem is identified and resolved.
@nicholasjng
Copy link
Contributor Author

This is ready from my end.

@dmah42 dmah42 merged commit 986423a into google:main Sep 4, 2024
80 checks passed
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