From 1484e5f950bfb222e248f798c27189865ff5f46e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:45:57 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 91d7107..3cf5f74 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,7 +24,7 @@ jobs: - name: Setup Python 🐍 uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.14' check-latest: true - name: Set up chart-testing 🔎