diff --git a/.github/workflows/ansible_collection_ci.yml b/.github/workflows/ansible_collection_ci.yml index 77da40e..5b0e90a 100644 --- a/.github/workflows/ansible_collection_ci.yml +++ b/.github/workflows/ansible_collection_ci.yml @@ -37,7 +37,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.11' + python-version: '3.14' # Install the head of the given branch (devel, stable-2.10) - name: Install ansible-base (${{ matrix.ansible }}) diff --git a/.github/workflows/ansible_doc_lint.yml b/.github/workflows/ansible_doc_lint.yml index 0d424e3..76fd1ed 100644 --- a/.github/workflows/ansible_doc_lint.yml +++ b/.github/workflows/ansible_doc_lint.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.14' - name: Install antsibull-docs run: pip install antsibull-docs --disable-pip-version-check