From 5094cc7e3099eeb1123d0ceae228e24ab0244644 Mon Sep 17 00:00:00 2001 From: DaveYesland Date: Thu, 23 Jan 2025 16:42:13 -0800 Subject: [PATCH] update lowest python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a25d4f0..d2a5c9f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ include = ["pyproject.toml"] pacu = "pacu.__main__:main" [tool.poetry.dependencies] -python = "^3.7" +python = "^3.9" awscli = "^1.18" boto3 = "^1.16" botocore = "^1.16"