-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation fails on python 3.13 #6932
Comments
I filed an issue for typedunits: quantumlib/TypedUnits#26. Not sure what needs to be done for cirq_rigetti. |
@pavoljuhas - check why cirq-rigetti fails and follow up with Rigetti contributors. |
fwiw i think this is just because |
This CI job excludes cirq-rigetti which is not yet compatible with Python 3.13. This activates Python 3.13 testing for other Cirq packages. Related to quantumlib#6932
* CI - run the pytest-numpy-2 job also with Python 3.13 This CI job excludes cirq-rigetti which is not yet compatible with Python 3.13. This activates Python 3.13 testing for other Cirq packages. Related to #6932 * Install only dependencies needed for running pytest * Adjust mocking of EngineClient.get_processor for Python 3.13 In Python 3.13 `Mock(EngineClient)` creates an AsyncMock for `EngineClient.get_processor()`. Here we adjust the class mocking so it works for both Python 3.12 and 3.13.
The ETA for cirq-rigetti dependencies is around the end of February - rigetti/pyquil#1816 (comment) cross-ref: b/393145662 |
Description of the issue
both
cirq_google
(dev version only) andcirq_rigetti
(both dev and production versions) are currently failing to install on python 3.13How to reproduce the issue
all of the following fail in a python 3.13 env:
Cirq version
The text was updated successfully, but these errors were encountered: