We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4b47a commit 8540c42Copy full SHA for 8540c42
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Set up Python 3
46
uses: actions/setup-python@v5
47
with:
48
- python-version: '3.11'
+ python-version: '3.14'
49
50
- name: Install test dependencies
51
run: |
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
0 commit comments