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) <noreply@anthropic.com>
This commit is contained in:
Levi Neuwirth 2026-05-07 15:08:20 -04:00
parent eb7fef30df
commit c7a588d769
1 changed files with 1 additions and 1 deletions

View File

@ -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",