Skip to content

Commit 38146cd

Browse files
committed
Back off Python versions as Ansible 2.17 is not supported with Python 3.13
1 parent 7cee2e8 commit 38146cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ansible-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- stable-2.17
1717
- stable-2.18
1818
python_version:
19+
- '3.10'
1920
- '3.11'
2021
- '3.12'
21-
- '3.13'
2222
steps:
2323
- name: check out code
2424
uses: actions/checkout@v4
@@ -49,9 +49,9 @@ jobs:
4949
- stable-2.17
5050
- stable-2.18
5151
python_version:
52+
- '3.10'
5253
- '3.11'
5354
- '3.12'
54-
- '3.13'
5555
steps:
5656
- name: check out code
5757
uses: actions/checkout@v4

0 commit comments

Comments
 (0)