From 31f7f47fe25468adc317a4a088d86808fb3def2d Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 12 Dec 2025 18:38:37 +0100 Subject: [PATCH] Downgraded python to 3.9 for CentOS --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 787261b..02974af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "package-manager" version = "1.2.1" description = "Kevin's package-manager tool (pkgmgr)" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.9" license = { text = "MIT" } authors = [