Update Python versions for integration tests: add Python 3.10 (#30)

* Update Python versions for integration tests (that currently do not exist).

* 3.10 in YAML is 3.1...
This commit is contained in:
Felix Fontein 2021-05-10 19:28:05 +02:00 committed by GitHub
parent 055a07822e
commit 6bed4d1c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,9 +140,16 @@ jobs:
# - 3.7 # - 3.7
# - 3.8 # - 3.8
# - 3.9 # - 3.9
# - "3.10"
# exclude: # exclude:
# - ansible: stable-2.9 # - ansible: stable-2.9
# python: 3.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: # steps:
# - name: Check out code # - name: Check out code