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 Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    83b2196 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 Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d4f764b 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 Oct 8, 2024
    Configuration menu
    Copy the full SHA
    95ee42d View commit details
    Browse the repository at this point in the history