mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-21 20:51:26 +00:00
pv2: make python 3.9 the minimum
This commit is contained in:
parent
d9e2f2b370
commit
e8b72866ae
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "pv2"
|
name = "pv2"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
description = "PV2 backend framework module"
|
description = "PV2 backend framework module"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
@ -11,7 +11,7 @@ maintainers = [
|
|||||||
{ name = "Louis Abel", email = "label@rockylinux.org" }
|
{ name = "Louis Abel", email = "label@rockylinux.org" }
|
||||||
]
|
]
|
||||||
|
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.9"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"GitPython >= 3.1.30",
|
"GitPython >= 3.1.30",
|
||||||
|
Loading…
Reference in New Issue
Block a user