Skip to content

Commit

Permalink
exclude old python versions with ansible devel (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro authored Oct 9, 2023
1 parent 71966e9 commit de0618c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
exclude:
- ansible: devel
python: '2.7'
- ansible: devel
python: '3.6'
include:
# Add new versions announced in
# https://github.com/ansible-collections/news-for-maintainers in a timely manner,
Expand Down

0 comments on commit de0618c

Please sign in to comment.