rigetti / pyquil

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

Python version prevents patch versions #1793

Open bramathon opened 1 month ago

bramathon commented 1 month ago

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 commented 3 weeks ago

Fixed in pyQuil 4.14.0