python313Packages.unify: disable

This commit is contained in:
Martin Weinelt 2024-11-15 16:40:07 +01:00
parent 8fd58ac81c
commit 87ba457fb6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
pythonOlder,
setuptools,
pytestCheckHook,
@ -13,7 +14,8 @@ buildPythonPackage rec {
version = "0.5";
pyproject = true;
disabled = pythonOlder "3.9";
# lib2to3 usage and unmaintained since 2019
disabled = pythonOlder "3.9" || pythonAtLeast "3.13";
src = fetchFromGitHub {
owner = "myint";