mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Set devel Ansible branch to run on Python 3.9 (#457)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
3596833a7d
commit
ff60aed673
24 changed files with 67 additions and 85 deletions
|
|
@ -69,6 +69,15 @@ jobs:
|
|||
runner-python-version: 2.7
|
||||
ansible-version: ansible<2.10
|
||||
python-version: 2.7
|
||||
- runner-os: ubuntu-22.04
|
||||
runner-python-version: '3.10'
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: '3.10'
|
||||
exclude:
|
||||
- runner-os: ubuntu-22.04
|
||||
runner-python-version: 3.8
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: 3.8
|
||||
|
||||
steps:
|
||||
- name: Set up Python ${{ matrix.runner-python-version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue