python313Packages.yamale: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-23 15:18:51 +01:00
committed by GitHub
parent 4604411add
commit ca308c8c56
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
pytestCheckHook,
pyyaml,
ruamel-yaml,
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "6.1.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "23andMe";
repo = "yamale";