Skip to content

Commit

Permalink
{CI} Re-enable Python 3.9 tests (Azure#20515)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Dec 1, 2021
1 parent 479daa0 commit ae54ae0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -46,8 +46,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -68,8 +68,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -90,8 +90,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand Down
32 changes: 16 additions & 16 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -419,8 +419,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -443,8 +443,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -468,8 +468,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -489,8 +489,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -510,8 +510,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -531,8 +531,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand Down Expand Up @@ -878,8 +878,8 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
pool:
Expand Down

0 comments on commit ae54ae0

Please sign in to comment.