Skip to content

Commit

Permalink
removing test reference to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
i3149 committed Apr 11, 2024
1 parent f6f81a9 commit a92cbde
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- devel
# - milestone
python:
- '3.7'
# - '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -199,14 +199,14 @@ jobs:
# https://github.com/ansible-collections/news-for-maintainers in a timely manner,
# consider dropping testing against EOL versions and versions you don't support.
# ansible-core 2.14
- ansible: stable-2.14
python: '2.7'
- ansible: stable-2.14
python: '3.5'
- ansible: stable-2.14
python: '3.6'
- ansible: stable-2.14
python: '3.7'
#- ansible: stable-2.14
# python: '2.7'
#- ansible: stable-2.14
# python: '3.5'
#- ansible: stable-2.14
# python: '3.6'
#- ansible: stable-2.14
# python: '3.7'
- ansible: stable-2.14
python: '3.8'
- ansible: stable-2.14
Expand Down

0 comments on commit a92cbde

Please sign in to comment.