pyquil icon indicating copy to clipboard operation
pyquil copied to clipboard

Python version should be `^3.8,<3.13`

Open notmgsk opened this issue 1 year ago • 1 comments

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 avatar Feb 07 '24 16:02 notmgsk

Bumping this

ryanhill1 avatar May 15 '24 18:05 ryanhill1