Skip to content

Commit

Permalink
Merge pull request #27 from DonGiovanni83/fix/drop-py36-support-from-…
Browse files Browse the repository at this point in the history
…ansible-devel

Exclude python 3.6 for tests on ansible devel (2.15)
  • Loading branch information
DonGiovanni83 authored Oct 24, 2023
2 parents 712f567 + 96f99b5 commit 8b35cd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,18 @@ jobs:
- '3.10'
exclude:
# Because ansible-test doesn't support Python 3.9 for Ansible 2.9
# and Python 3.10 is supported in 2.12 or later.
- ansible: stable-2.9
python: '3.9'
# and Python 3.10 is only supported in 2.12 or later.
- ansible: stable-2.9
python: '3.10'
- ansible: stable-2.10
python: '3.10'
- ansible: stable-2.11
python: '3.10'
# for Ansible >=2.15 Python 3.6 support has been deprecated
- ansible: devel
python: '3.6'


steps:
Expand Down

0 comments on commit 8b35cd1

Please sign in to comment.