1
0
Fork 0
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:
Sergey 2022-07-22 12:14:47 +03:00 committed by GitHub
parent 3596833a7d
commit ff60aed673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 67 additions and 85 deletions

View file

@ -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 }}