Skip to content

Commit 3e6ccb9

Browse files
committed
Run tests on Python 3.9
1 parent a99bc47 commit 3e6ccb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
PYTHON_VERSION: 3.7
3333
python38:
3434
PYTHON_VERSION: 3.8
35+
python39:
36+
PYTHON_VERSION: 3.9
3537

3638
steps:
3739
- template: .azure-pipelines/ci.yml
@@ -47,6 +49,8 @@ jobs:
4749
PYTHON_VERSION: 3.7
4850
python38:
4951
PYTHON_VERSION: 3.8
52+
python39:
53+
PYTHON_VERSION: 3.9
5054

5155
steps:
5256
- template: .azure-pipelines/ci.yml
@@ -62,6 +66,8 @@ jobs:
6266
PYTHON_VERSION: 3.7
6367
python38:
6468
PYTHON_VERSION: 3.8
69+
python39:
70+
PYTHON_VERSION: 3.9
6571

6672
steps:
6773
- template: .azure-pipelines/ci.yml

0 commit comments

Comments
 (0)