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:
parent
eb7fef30df
commit
c7a588d769
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue