Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Remove building for Python 3.9 as this is too new for our package.
Browse files Browse the repository at this point in the history
  • Loading branch information
datitran committed Nov 22, 2020
1 parent 2a93ce2 commit 60251db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,6 @@ jobs:
imageName: 'macos-10.15'
python.version: '3.8'
os: osx
Python39Linux:
imageName: 'ubuntu-16.04'
python.version: '3.9'
os: linux
Python39Windows:
imageName: 'vs2017-win2016'
python.version: '3.9'
os: win
Python39Mac:
imageName: 'macos-10.15'
python.version: '3.9'
os: osx
maxParallel: 4
pool:
vmImage: $(imageName)
Expand Down
2 changes: 1 addition & 1 deletion config.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# container, thereby customizing the build for multibuild.

function run_tests {
# Running tests not needed as we already tested it via Travis and Azure Pipeline
# Running tests not needed as we already tested it via Azure Pipeline
python --version
exit 0
}
Expand Down

0 comments on commit 60251db

Please sign in to comment.