Skip to content

Commit 4d6ae98

Browse files
committed
Pin Python to a version thats compatible with Ansible.
1 parent d5da2db commit 4d6ae98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Python
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: "3.*"
59+
python-version: "3.13"
6060

6161
- name: Configure Docker for systemd
6262
run: |

0 commit comments

Comments
 (0)