python3Packages.fipy: remove superfluous pythonOlder
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user