Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit e17e94e

Browse files
authored
Merge pull request #246 from staticdev/ci/py-3.12
Py 3.12 on CI
2 parents 1a8daca + 5c9a50e commit e17e94e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.12"
2323

2424
- name: Upgrade pip
2525
run: |

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: "3.11"
29+
python-version: "3.12"
3030

3131
- name: Install test dependencies
3232
run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Python
5858
uses: actions/setup-python@v4
5959
with:
60-
python-version: "3.11"
60+
python-version: "3.12"
6161

6262
- name: Upgrade pip
6363
run: |
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Install test dependencies
6868
run: |
69-
python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[podman]' podman
69+
python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[podman]'
7070
7171
- name: Run Molecule tests
7272
run: molecule test

0 commit comments

Comments
 (0)