From 92c11256dd2116ec76737af4cd4bd52758f58238 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:31:17 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/publish-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index bcf3e314..ad7cc6ca 100644 --- a/.github/workflows/publish-website.yaml +++ b/.github/workflows/publish-website.yaml @@ -28,7 +28,7 @@ jobs: - name: Install python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' cache: 'pip' # caching pip dependencies - name: Install python Dependencies