You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current Python constraint is
^3.8,<=3.12
which disallows e.g. Python 3.12.1.For example
The constraint ought to be
^3.8,<3.13
.The text was updated successfully, but these errors were encountered: