python3Packages.fipy: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 10:37:24 +01:00
parent 6e941a9dfb
commit cba6d47ca2
@@ -15,7 +15,6 @@
openssh,
fetchFromGitHub,
pythonAtLeast,
pythonOlder,
}:
buildPythonPackage rec {
@@ -26,7 +25,7 @@ buildPythonPackage rec {
# Python 3.12 is not yet supported.
# https://github.com/usnistgov/fipy/issues/997
# https://github.com/usnistgov/fipy/pull/1023
disabled = pythonOlder "3.7" || pythonAtLeast "3.12";
disabled = pythonAtLeast "3.12";
src = fetchFromGitHub {
owner = "usnistgov";