python312Packages.podman: update disabled

This commit is contained in:
Fabian Affolter
2024-11-26 09:50:25 +01:00
committed by GitHub
parent 08f0f69af2
commit 9e1c3dd0a5
@@ -18,7 +18,7 @@ buildPythonPackage rec {
version = "5.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "containers";