python3Packages.unify: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:53 +01:00
parent 899c0c8d80
commit e665f2e7bb
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
pythonOlder,
setuptools,
pytestCheckHook,
untokenize,
@@ -15,7 +14,7 @@ buildPythonPackage rec {
pyproject = true;
# lib2to3 usage and unmaintained since 2019
disabled = pythonOlder "3.9" || pythonAtLeast "3.13";
disabled = pythonAtLeast "3.13";
src = fetchFromGitHub {
owner = "myint";