rigetti / pyquil

A Python library for quantum programming using Quil.
http://docs.rigetti.com
Apache License 2.0
1.4k stars 342 forks source link

Python version should be `^3.8,<3.13` #1736

Open notmgsk opened 8 months ago

notmgsk commented 8 months ago

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.

ryanhill1 commented 4 months ago

Bumping this