Pyproject: bump minimum python version
We use pathlib.walk() now
This commit is contained in:
parent
95364a5596
commit
8b40e82c36
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ dependencies = [
|
||||||
"tomlkit",
|
"tomlkit",
|
||||||
"vdf",
|
"vdf",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.12"
|
||||||
|
|
||||||
[project.readme]
|
[project.readme]
|
||||||
file = "README.md"
|
file = "README.md"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue