python3Packages.ray: remove superfluous pythonOlder
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
pythonAtLeast,
|
||||
python,
|
||||
fetchPypi,
|
||||
@@ -80,7 +79,7 @@ buildPythonPackage rec {
|
||||
inherit pname version;
|
||||
format = "wheel";
|
||||
|
||||
disabled = pythonOlder "3.9" || pythonAtLeast "3.14";
|
||||
disabled = pythonAtLeast "3.14";
|
||||
|
||||
src =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user