From e6dc8c80bd02d467f2c8d01803795be45c56bccf Mon Sep 17 00:00:00 2001 From: Jeremy Myers Date: Mon, 9 Feb 2026 11:28:27 -0500 Subject: [PATCH] Downgrade python version to min of 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9152bb6..cf05725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ tilemaker = ["server/static/*", "server/static/assets/*"] [project] name = "tilemaker" version = "2.3.3" -requires-python = ">=3.11" +requires-python = ">=3.10" dependencies = [ "pixell", "pydantic-settings",