From 8b40e82c3692f4fae4fe2638137ef2cfad4cd6d2 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 6 Jun 2025 04:05:56 +0200 Subject: [PATCH] Pyproject: bump minimum python version We use pathlib.walk() now --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0cc6ce..1ccbed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "tomlkit", "vdf", ] -requires-python = ">=3.6" +requires-python = ">=3.12" [project.readme] file = "README.md"