From e559bd6ac2bd28a14f57fa9224db2935f1d1b6ba Mon Sep 17 00:00:00 2001 From: mattgodbolt-molty Date: Wed, 29 Jul 2026 19:04:51 -0500 Subject: [PATCH] Align dev/CI Python with the 3.14 Lambda runtime The Dependabot base-image bump moved production to Python 3.14 while .python-version kept local dev and CI tests on 3.13. Test what we ship. All 109 tests pass on 3.14.4. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_012jJRqmqhE11VAc3biKbxUY --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14