quantumlib / qsim

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

Update `_version.py` to `0.16.2` in anticipation for new qsim release. #609

Closed vtomole closed 1 year ago

vtomole commented 1 year ago

@95-martin-orion The 3.11 wheel was built but wasn't deployed for some reason.

95-martin-orion commented 1 year ago

Looking back at #537, it's probably our cibuildwheel that's preventing the release. We're currently on v2.2.2, but support for python 3.11 wasn't made available by default until cibuildwheel==2.9.0. See #549 for how to update it.