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

Commits on Nov 7, 2024

  1. Declare a Python 3.13 toolchain, revert setup.py toolchain arget sele…

    …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.
    nicholasjng committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fcdb15b View commit details
    Browse the repository at this point in the history