From 957a3cdd021c9463710a0474608587ea031b55d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 03:49:52 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/psreddit-deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/psreddit-deploy-docs.yml b/.github/workflows/psreddit-deploy-docs.yml index 1b87bf2..edaff8f 100644 --- a/.github/workflows/psreddit-deploy-docs.yml +++ b/.github/workflows/psreddit-deploy-docs.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.11" + python-version: "3.14" cache: "pip" - name: Install dependencies