1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Change python version for ansible-core to 3.9 (#311)

This commit is contained in:
Sergey 2021-09-22 12:08:21 +03:00 committed by GitHub
parent 8d48e30721
commit b2541ad39c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 27 additions and 27 deletions

View file

@ -30,7 +30,7 @@ jobs:
ansible-version:
- git+https://github.com/ansible/ansible.git@stable-2.11
runner-python-version:
- 3.7
- 3.9
steps:
- name: Check out ${{ github.repository }} on disk