From 5e07ad3bf144310380a5fa0856c5fc03a563ab36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:33:14 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- .github/workflows/ci.yml | 2 +- event-sourcing/python/.python-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed88ee3..b4a350a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.11" + python-version: "3.14" - name: Install uv uses: astral-sh/setup-uv@v7 diff --git a/event-sourcing/python/.python-version b/event-sourcing/python/.python-version index 4feb2ff..82b76ab 100644 --- a/event-sourcing/python/.python-version +++ b/event-sourcing/python/.python-version @@ -1,2 +1,2 @@ -3.11 +3.14