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:
R. Sicart 2022-09-13 09:27:49 +02:00
commit ba8b1fd14f

View file

@ -30,6 +30,7 @@ jobs:
python:
- 3.6
- 3.8
- 3.9
exclude:
- python: 3.8
ansible: stable-2.11
@ -39,6 +40,8 @@ jobs:
ansible: stable-2.13
- python: 3.6
ansible: devel
- python: 3.8
ansible: devel
steps: