diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 724ad99..cbda65b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Upgrade pip run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c72f0a9..f19947e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Install test dependencies run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint @@ -57,7 +57,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Upgrade pip run: | @@ -66,7 +66,7 @@ jobs: - name: Install test dependencies run: | - python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[podman]' podman + python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[podman]' - name: Run Molecule tests run: molecule test