pv2: make python 3.9 the minimum

This commit is contained in:
Louis Abel 2024-03-10 21:39:31 -07:00
parent d9e2f2b370
commit e8b72866ae
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 2 additions and 2 deletions

View File

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