python3Packages.ray: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:52 +01:00
parent de2bfd58ed
commit 68b5c0d7ff
@@ -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