From ab733417f23c30ffa1042aa0790eeee6a9bd56bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:51:56 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 Signed-off-by: Renovate Bot --- .github/workflows/publish-collection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-collection.yml b/.github/workflows/publish-collection.yml index 5999fbd65..c0c2d1062 100644 --- a/.github/workflows/publish-collection.yml +++ b/.github/workflows/publish-collection.yml @@ -15,7 +15,7 @@ jobs: - name: Setup python uses: actions/setup-python@v6 with: - python-version: 3.9 + python-version: 3.14 - name: Install dependencies run: | python3 -m pip install ansible-core~=2.12.3