From 782d179654d6b9425803f0a9c34c5b130e355ab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:52:11 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/part_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/part_build_test.yml b/.github/workflows/part_build_test.yml index 84ca689..c3c502d 100644 --- a/.github/workflows/part_build_test.yml +++ b/.github/workflows/part_build_test.yml @@ -27,7 +27,7 @@ jobs: - name: 🐍 setup python for test uses: actions/setup-python@v6 with: - python-version: "3.12" + python-version: "3.14" cache: "pip" - name: 📄 install test requirements uses: py-actions/py-dependency-install@v4