mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
Fix: devel requires python 3.9
Package 'ansible-core' requires a different Python: 3.8.13 not in '>=3.9'
This commit is contained in:
parent
7defd8e728
commit
ba8b1fd14f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ansible-test-roles.yml
vendored
3
.github/workflows/ansible-test-roles.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.8
|
- 3.8
|
||||||
|
- 3.9
|
||||||
exclude:
|
exclude:
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
ansible: stable-2.11
|
ansible: stable-2.11
|
||||||
|
@ -39,6 +40,8 @@ jobs:
|
||||||
ansible: stable-2.13
|
ansible: stable-2.13
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: devel
|
ansible: devel
|
||||||
|
- python: 3.8
|
||||||
|
ansible: devel
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue