python3Packages.pyquil: disable on python 3.13+ (#521590)

This commit is contained in:
Fabian Affolter
2026-05-20 17:59:23 +00:00
committed by GitHub
@@ -14,6 +14,7 @@
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonAtLeast,
qcs-sdk-python,
respx,
rpcq,
@@ -28,6 +29,9 @@ buildPythonPackage rec {
version = "4.17.0";
pyproject = true;
# qcs-sdk-python (PyO3) caps at 3.12; upstream also pins python <3.13
disabled = pythonAtLeast "3.13";
src = fetchFromGitHub {
owner = "rigetti";
repo = "pyquil";