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 support for Python 3.12 and musllinux to main #997

Merged
merged 19 commits into from
Oct 10, 2023

Commits on Oct 6, 2023

  1. Add support for Python 3.12 and musllinux to main

    As part of the 0.13.2 release we added support for Python 3.12 and
    musllinux to rustworkx. However, these changes did not happen on main
    yet. This commit applies the necessary changes to the main branch for
    the 0.14.0 and future releases. Also to simplify the configuration of
    the cibuildwheel jobs this combines Qiskit#753 into this PR so that the
    configuration is centralized in the pyproject.toml.
    mtreinish committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8e9d57c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf03a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57dd451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95bae2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7621ca1 View commit details
    Browse the repository at this point in the history
  6. Fix docs typo

    mtreinish committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    11cb8af View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Drop musl on aarch64

    mtreinish committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d68bcf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a57590b View commit details
    Browse the repository at this point in the history
  3. Fix toml syntax

    mtreinish committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d352a64 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    6d455a5 View commit details
    Browse the repository at this point in the history
  2. Fix toml syntax again

    mtreinish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a37c740 View commit details
    Browse the repository at this point in the history
  3. Switch back to pip command

    mtreinish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    714c1f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a27e79f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d506725 View commit details
    Browse the repository at this point in the history
  6. Raise minimum supported macOS version to 10.12

    In Rust 1.74 the Rust programming language is raising their minimum
    support macOS version to 10.12, so rustworkx is raising it's supported
    version of macOS to match this.
    mtreinish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    07badf1 View commit details
    Browse the repository at this point in the history
  7. Tweak test skip regex

    mtreinish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9d46410 View commit details
    Browse the repository at this point in the history
  8. Split arm into 2 jobs

    mtreinish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0dc1a01 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Revert "DNM: Test wheel build configuration"

    This reverts commit 57dd451.
    mtreinish committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f1546ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdc95b0 View commit details
    Browse the repository at this point in the history