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

Python version prevents patch versions #1793

Open
bramathon opened this issue Jul 23, 2024 · 2 comments
Open

Python version prevents patch versions #1793

bramathon opened this issue Jul 23, 2024 · 2 comments
Labels
bug 🐛 An issue that needs fixing.

Comments

@bramathon
Copy link
Collaborator

The python version is currently specified as python = ">3.9,<=3.14". This precludes patch versions of 3.14, which should be allowed.

I suggest modifying the python specification to python = ">3.9,<4.0" or ^3.9.

Finally pyquil could be updated to minimum version 3.10, as the scientific python ecosystem has deprecated 3.9 according to NEP-29.

@MarquessV
Copy link
Contributor

Fixed in pyQuil 4.14.0

@mhucka
Copy link

mhucka commented Sep 16, 2024

Just noting in passing that this issue could probably be closed, as it appears to have been taken care of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue that needs fixing.
Projects
None yet
Development

No branches or pull requests

3 participants