mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-04 09:50:27 -07:00
Back off Python versions as Ansible 2.17 is not supported with Python 3.13
This commit is contained in:
parent
7cee2e87b0
commit
38146cdc9b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-test.yml
vendored
4
.github/workflows/ansible-test.yml
vendored
|
@ -16,9 +16,9 @@ jobs:
|
|||
- stable-2.17
|
||||
- stable-2.18
|
||||
python_version:
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -49,9 +49,9 @@ jobs:
|
|||
- stable-2.17
|
||||
- stable-2.18
|
||||
python_version:
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue