From c7a588d76917b253bb93ef3ad44559377e10c15d Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Thu, 7 May 2026 15:08:20 -0400 Subject: [PATCH] Bump requires-python floor to 3.14 Matches .python-version and the actual development environment. uv.lock already declared >=3.12 but the project has been on 3.14 for a while; the floor was just stale. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51b2b12..5332d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "levineuwirth-tools" version = "0.1.0" description = "Build-time tooling for levineuwirth.org" -requires-python = ">=3.12" +requires-python = ">=3.14" dependencies = [ # Visualization "matplotlib>=3.9,<4",