mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Update minimum Python version to 3.11
This commit is contained in:
parent
477234ad0d
commit
b97b6fae6b
8 changed files with 14 additions and 26 deletions
|
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
"certifi>=2021.10.8"
|
||||
]
|
||||
dynamic = ["version"]
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
[project.scripts]
|
||||
pferd = "PFERD.__main__:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue