From 485ee361b60840ec9b3f13ba6d9e793dd509be21 Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 04:55:26 +0000 Subject: [PATCH] [main] Update dependency python to 3.14 --- .github/actions/setup-tox/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-tox/action.yml b/.github/actions/setup-tox/action.yml index 007939b0..8ea39dc7 100644 --- a/.github/actions/setup-tox/action.yml +++ b/.github/actions/setup-tox/action.yml @@ -6,7 +6,7 @@ runs: steps: - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: - python-version: "3.12" + python-version: "3.14" - name: Install tox shell: bash