From e8b72866ae266806b36eadf53ed21ecbfbf8a13e Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 10 Mar 2024 21:39:31 -0700 Subject: [PATCH] pv2: make python 3.9 the minimum --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 580c327..986f407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pv2" -version = "0.11.0" +version = "0.12.0" description = "PV2 backend framework module" readme = "README.md" authors = [ @@ -11,7 +11,7 @@ maintainers = [ { name = "Louis Abel", email = "label@rockylinux.org" } ] -requires-python = ">=3.6" +requires-python = ">=3.9" dependencies = [ "GitPython >= 3.1.30",