python3Packages.pyquil: disable on python 3.13+ (#521590)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user