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

Add a Python matrix to ensure the bindings build on all supported versions #1871

Merged
merged 1 commit into from
Nov 6, 2024

Commits on Nov 5, 2024

  1. Add a Python matrix to ensure the bindings build on all supported ver…

    …sions
    
    Also contains a run of `pre-commit autoupdate`, and a bump of cibuildwheel
    to its latest tag for CPython 3.13 support.
    
    But, since we build for 3.10+ with SABI from 3.12 onwards, we don't even
    need a dedicated Python 3.13 build job or toolchain - the wheels from 3.12
    can be reused.
    
    Simplifies some version-dependent logic around assembling the bazel
    build command in setup.py, and fixes a possible unbound local error in
    the toolchain patch context manager.
    nicholasjng committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f635f1c View commit details
    Browse the repository at this point in the history