From aa204a1a4c4ae123d4ad788d5a3eb3fd40b9adf0 Mon Sep 17 00:00:00 2001 From: exequielrafaela Date: Mon, 26 Aug 2024 15:31:21 -0300 Subject: [PATCH] adding python 3.12 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1daaa76..b19e3fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "~3.8 || ~3.9 || ~3.10 || ~3.11" +python = "~3.8 || ~3.9 || ~3.10 || ~3.11 || ~3.12" click = "8.0.1" yaenv = "1.4.1" "ruamel.yaml" = "0.17.10"