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",