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

* Update Python versions for integration tests.

* 3.10 in YAML is 3.1...
This commit is contained in:
Felix Fontein
2021-05-10 19:28:59 +02:00
committed by GitHub
parent c400744040
commit 3e7362200a

View File

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