From f222ae3b4fdce3af11e6aa64fbcea34a9bb0f052 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Tue, 14 Oct 2025 11:36:41 +0300 Subject: [PATCH] Revert "chore(deps): update dependency python to 3.14" --- .github/workflows/build-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 59004a8..645fb86 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -118,7 +118,7 @@ jobs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: - python-version: '3.14' + python-version: '3.13' - name: Set up uv uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7