Skip to content

Commit

Permalink
Py 3.12 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Nov 18, 2023
1 parent 1a8daca commit 5c9a50e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 5c9a50e

Please sign in to comment.