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

real_projects/python-algorithms: Pin qiskit at <1.0 #421

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

jherland
Copy link
Member

qiskit v1.0 starts to declare the qiskit import name (see issue #176 for
details about the weirdness that precedes v1.0). This changes the
behavior of our real_projects test of the Algortihms project.

qiskit has also dropped support for Python 3.7 (since v0.44), hence it
is easier for us to keep our tests (which need to work with Python 3.7)
running on the older version, for now.

qiskit v1.0 starts to declare the qiskit import name (see issue #176 for
details about the weirdness that precedes v1.0). This changes the
behavior of our real_projects test of the Algortihms project.

qiskit has also dropped support for Python 3.7 (since v0.44), hence it
is easier for us to keep our tests (which need to work with Python 3.7)
running on the older version, for now.
@jherland jherland self-assigned this Feb 28, 2024
Copy link
Collaborator

@mknorps mknorps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jherland jherland merged commit ddd4ed5 into main Mar 4, 2024
65 checks passed
@jherland jherland deleted the jherland/qiskit-1.0-fix branch March 4, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants