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 should be ^3.8,<3.13 #1736

Open
notmgsk opened this issue Feb 7, 2024 · 1 comment
Open

Python version should be ^3.8,<3.13 #1736

notmgsk opened this issue Feb 7, 2024 · 1 comment
Labels
bug 🐛 An issue that needs fixing.

Comments

@notmgsk
Copy link
Contributor

notmgsk commented Feb 7, 2024

The current Python constraint is ^3.8,<=3.12 which disallows e.g. Python 3.12.1.

For example

The current project's Python requirement (3.12.1) is not compatible with some of the required packages Python requirement:
  - pyquil requires Python >=3.8,<=3.12, so it will not be satisfied for Python 3.12.1

The constraint ought to be ^3.8,<3.13.

@notmgsk notmgsk added the bug 🐛 An issue that needs fixing. label Feb 7, 2024
@ryanhill1
Copy link

Bumping this

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

2 participants