Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4359a6c commit 63f1ce9Copy full SHA for 63f1ce9
azure-pipelines.yml
@@ -11,7 +11,7 @@ strategy:
11
Linux_py38:
12
vmImage: 'ubuntu-16.04'
13
python.version: '3.8'
14
- Linux_py38:
+ Linux_py39:
15
16
python.version: '3.9'
17
macOS_py37:
@@ -20,7 +20,7 @@ strategy:
20
macOS_py38:
21
vmImage: 'macOS-latest'
22
23
- macOS_py38:
+ macOS_py39:
24
25
26
Windows_py37:
@@ -29,7 +29,7 @@ strategy:
29
Windows_py38:
30
vmImage: 'windows-latest'
31
32
- Windows_py38:
+ Windows_py39:
33
34
35
maxParallel: 4
0 commit comments