mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-21 12:41:26 +00:00
pv2: make python 3.9 the minimum
This commit is contained in:
parent
d9e2f2b370
commit
e8b72866ae
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user