From 72ed6301f098591533b8355414095d946e7d900b Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 21 May 2024 13:24:49 -0700 Subject: [PATCH] update to 3.9 --- iso/empanadas/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"