quantumlib / qsim

Schrödinger and Schrödinger-Feynman simulators for quantum circuits.
Apache License 2.0
454 stars 151 forks source link

Restrict python version to 3.7 <= x < 3.11 #592

Closed 95-martin-orion closed 1 year ago

95-martin-orion commented 1 year ago

Fixes #591.

This makes explicit the python versions for which qsim is released: 3.7, 3.8, 3.9, and 3.10. Reference: https://github.com/quantumlib/qsim/blob/f3d8d373a0bac7900aa1d58bf2c133d6ceb0fe0a/.github/workflows/release_wheels.yml#L21-L23

95-martin-orion commented 1 year ago

CC @vtomole