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

feat: use SPEC 0 schedule for cibuildwheel #1912

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    757af5f View commit details
    Browse the repository at this point in the history
  2. fix: use python version in uv pip install

    uv does not use python pre-releases by default anymore. Use the same version as setup-python to ensure that we use the same python.
    mayeut committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d2d53c1 View commit details
    Browse the repository at this point in the history
  3. linux: use Python 3.9 in before_all

    Also use Python 3.9 for utility python in oci_container.
    mayeut committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9c7e3a8 View commit details
    Browse the repository at this point in the history