python3Packages.pyquil: disable on python 3.13+

This commit is contained in:
Harinn
2026-05-18 21:03:46 +07:00
parent cda48547b4
commit d2c5d512f8
@@ -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";