From 618b252bf6edc95b8428db530a0fd7f085e34edd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:33:49 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/doc_generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc_generation.yml b/.github/workflows/doc_generation.yml index 8c6f46d..ed1e443 100644 --- a/.github/workflows/doc_generation.yml +++ b/.github/workflows/doc_generation.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.14' - name: Install ansible-base stable-2.14 run: pip install https://github.com/ansible/ansible/archive/stable-2.14.tar.gz --disable-pip-version-check