Upgrade to Python 3.13

- .python-version: 3.11 → 3.13
- pyproject.toml: requires-python = ">=3.13"
- uv.lock: regenerated against Python 3.13.12

https://claude.ai/code/session_01HaUFs7SaLD5SoiuGCY27Tw
This commit is contained in:
Claude
2026-02-20 22:30:43 +00:00
parent a174023ee5
commit 05d4b51e7a
3 changed files with 3 additions and 125 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name = "meister-eder"
version = "0.1.0"
description = "AI-powered conversational registration agent for Spielgruppe Pumuckl"
requires-python = ">=3.11"
requires-python = ">=3.13"
dependencies = [
# At least one AI provider SDK is required; both are included so the
# operator can choose at runtime via the AI_PROVIDER env variable.