diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 4b10cf3..155a09f 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | @@ -67,7 +67,7 @@ jobs: - name: Set up Python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 2e5a9de..a4dc043 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index 3c342bb..af95a54 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies working-directory: cli