File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 - name : Set up Python 3.
2727 uses : actions/setup-python@v5
2828 with :
29- python-version : ' 3.x '
29+ python-version : ' 3.13 ' # Can't go to 3.14+ until Ansible 13.x
3030
3131 - name : Install test dependencies.
3232 run : pip3 install yamllint
6666 - name : Set up Python 3.
6767 uses : actions/setup-python@v5
6868 with :
69- python-version : ' 3.x '
69+ python-version : ' 3.13 ' # Can't go to 3.14+ until Ansible 13.x
7070
7171 - name : Install test dependencies.
7272 run : pip3 install ansible molecule molecule-plugins[docker] docker
Original file line number Diff line number Diff line change 2929 - name : Set up Python 3.
3030 uses : actions/setup-python@v5
3131 with :
32- python-version : ' 3.x '
32+ python-version : ' 3.13 ' # Can't go to 3.14+ until Ansible 13.x
3333
3434 - name : Install Ansible.
3535 run : pip3 install ansible-core
You can’t perform that action at this time.
0 commit comments