Skip to content

Commit 06c29c2

Browse files
committed
Pin Python to a version thats compatible with Ansible.
1 parent 2589ae3 commit 06c29c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v5
5252
with:
53-
python-version: "3.*"
53+
python-version: "3.13"
5454

5555
- name: Configure Docker for systemd
5656
run: |

0 commit comments

Comments
 (0)