Pyproject: bump minimum python version

We use pathlib.walk() now
This commit is contained in:
Toast 2025-06-06 04:05:56 +02:00
parent 95364a5596
commit 8b40e82c36

View file

@ -19,7 +19,7 @@ dependencies = [
"tomlkit",
"vdf",
]
requires-python = ">=3.6"
requires-python = ">=3.12"
[project.readme]
file = "README.md"