python313Packages.cython_0: disable

This commit is contained in:
Martin Weinelt
2024-11-18 18:36:45 +01:00
parent d27de45c20
commit a0c33425f1
@@ -7,6 +7,7 @@
setuptools,
python,
pkg-config,
pythonAtLeast,
gdb,
numpy,
ncurses,
@@ -35,6 +36,9 @@ buildPythonPackage rec {
version = "0.29.36";
pyproject = true;
# error: too few arguments to function '_PyLong_AsByteArray'
disabled = pythonAtLeast "3.13";
src = fetchPypi {
pname = "Cython";
inherit version;