From 0522b3161d326bb562a36736513f6014eec4c32c Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 27 Sep 2024 21:50:23 +0200 Subject: [PATCH] module: require at least Python 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc6a18c..52309f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" pyyaml = "6.0.2" requests = "~2.29.0"