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

* Update Python versions for integration tests.

* 3.10 in YAML is 3.1...
pull/230/head
Felix Fontein 2021-05-10 19:28:59 +02:00 committed by GitHub
parent c400744040
commit 3e7362200a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ stages:
- test: 3.7 - test: 3.7
- test: 3.8 - test: 3.8
- test: 3.9 - test: 3.9
- test: "3.10"
- stage: Cloud_2_11 - stage: Cloud_2_11
displayName: Cloud 2.11 displayName: Cloud 2.11
dependsOn: [] dependsOn: []