Skip to content

Commit

Permalink
Add Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo committed Oct 6, 2020
1 parent fbbebcf commit 71848dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
plat: manylinux2010_x86_64
python_ver: '38'
python.version: '3.8'
Python39:
arch: x86_64
plat: manylinux2010_x86_64
python_ver: '39'
python.version: '3.9'
variables:
CCACHE_DIR: $(Pipeline.Workspace)/ccache

Expand Down Expand Up @@ -118,6 +123,8 @@ jobs:
python.version: '3.7'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
variables:
CCACHE_DIR: $(Pipeline.Workspace)/ccache

Expand Down Expand Up @@ -240,6 +247,8 @@ jobs:
Python38:
python_ver: '38'
python.version: '3.8'
Python39:
python.version: '3.9'

steps:
- task: UsePythonVersion@0
Expand Down

0 comments on commit 71848dc

Please sign in to comment.