python3Packages.abjad: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:37:33 +01:00
parent 06d2885681
commit 2039a97de3
@@ -5,7 +5,6 @@
ply,
roman,
uqbar,
pythonOlder,
pythonAtLeast,
pytestCheckHook,
lilypond,
@@ -19,7 +18,7 @@ buildPythonPackage rec {
# see issue upstream indicating Python 3.12 support will come
# with version 3.20: https://github.com/Abjad/abjad/issues/1574
disabled = pythonOlder "3.10" || pythonAtLeast "3.12";
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;