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

Update platform support and require symengine #10902

Merged
merged 8 commits into from
Nov 21, 2023

Commits on Sep 26, 2023

  1. Update platform support and require symengine

    This commit updates our platform support matrix to reflect upcoming
    changes. The first is that in Rust 1.74 the Rust programming language is
    raising their minimum support macOS version to 10.12, so Qiskit is
    raising it's supported version of macOS to match this. The second change
    is making symengine a hard requirement. We previously had symengine as a
    requirement only on platforms that had precompiled packages available.
    But, the percentage of our user base that runs qiskit on those platforms
    is very small, and maintaining dual support for symengine and sympy adds
    a lot of complexity around managing the dependencies. This commit
    promotes symengine to a hard requirement for all users regardless of
    platform. As a result Linux i686 and 32 bit Windows for Python < 3.10
    has been downgraded to tier 3 support as you'll need a C++ to install
    Qiskit on that platform now (regardless of Python version).
    mtreinish committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9a1d01b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    975357e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    9cdd4d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    d6a964e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bdcc20 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    f498c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36988cc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Apply suggestions from code review

    Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>
    mtreinish and ElePT committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a7a6cea View commit details
    Browse the repository at this point in the history