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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user