python313Packages.pyjson5: remove disabled

Removed the pythonOlder restriction for version 3.7.
This commit is contained in:
Fabian Affolter
2025-10-08 09:21:44 +02:00
committed by GitHub
parent f43ab9cd0d
commit 79e860c8ea
@@ -3,7 +3,6 @@
buildPythonPackage,
cython,
fetchFromGitHub,
pythonOlder,
setuptools,
wheel,
}:
@@ -13,8 +12,6 @@ buildPythonPackage rec {
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Kijewski";
repo = "pyjson5";