Skip to content

Commit

Permalink
Update Python versions for integration tests: add Python 3.10 (#30)
Browse files Browse the repository at this point in the history
* Update Python versions for integration tests (that currently do not exist).

* 3.10 in YAML is 3.1...
  • Loading branch information
felixfontein authored May 10, 2021
1 parent 055a078 commit 6bed4d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,16 @@ jobs:
# - 3.7
# - 3.8
# - 3.9
# - "3.10"
# exclude:
# - ansible: stable-2.9
# python: 3.9
# - ansible: stable-2.9
# python: "3.10"
# - ansible: stable-2.10
# python: "3.10"
# - ansible: stable-2.11
# python: "3.10"
#
# steps:
# - name: Check out code
Expand Down

0 comments on commit 6bed4d1

Please sign in to comment.