diff --git a/iso/empanadas/pyproject.toml b/iso/empanadas/pyproject.toml index 311a6fb..af4a853 100644 --- a/iso/empanadas/pyproject.toml +++ b/iso/empanadas/pyproject.toml @@ -5,7 +5,7 @@ description = "hand crafted ISOs with love and spice" authors = ["Louis Abel ", "Neil Hanlon "] [tool.poetry.dependencies] -python = ">=3.7,<4" +python = ">=3.9,<4" rpm = ">=0.1.0" MarkupSafe = "==2.1.5" PyYAML = "~6.0.1"