Skip to content

Commit

Permalink
Add py 3.9 to azure pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Dec 7, 2020
1 parent 1806480 commit c9a5224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines/tests_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
py36: "3.6"
py37: "3.7"
py38: "3.8"
py39: "3.9"

- template: 'windows_test_jobs.yml'
parameters:
Expand All @@ -31,6 +32,7 @@ jobs:
py36: "3.6"
py37: "3.7"
py38: "3.8"
py39: "3.9"
reactor: select

- template: 'windows_test_jobs.yml'
Expand All @@ -40,4 +42,5 @@ jobs:
py36: "3.6"
py37: "3.7"
py38: "3.8"
py39: "3.9"
reactor: iocp
Empty file.

0 comments on commit c9a5224

Please sign in to comment.