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

Declare a Python 3.13 toolchain, revert setup.py toolchain target sele… #1876

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

nicholasjng
Copy link
Contributor

…ction

The new solution was too smart (read: dense), because it did not account for the fact that we look for the Windows libs of the interpreter building the wheel, not the hermetic one supplying the header files.

The fix is to just align the versions again, so that the libs and headers come from the same minor version.


To address this once and for all, either the bug in rules_python needs to be fixed (I opened a PR there, but it stalled). I don't have a Windows machine for development right now, though :(

…ction

The new solution was too smart (read: dense), because it did not account for
the fact that we look for the Windows libs of the interpreter building
the wheel, not the hermetic one supplying the header files.

The fix is to just align the versions again, so that the libs and headers
come from the same minor version.
@dmah42 dmah42 merged commit 50ffd3e into google:main Nov 7, 2024
89 checks passed
@dmah42
Copy link
Member

dmah42 commented Nov 7, 2024

thank you!

@nicholasjng nicholasjng deleted the fix-313-builds branch November 7, 2024 19:36
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