mirror of https://github.com/explosion/spaCy.git
Don't build 3.9 for now
This commit is contained in:
parent
271923eaea
commit
d1a0e2f116
|
@ -62,15 +62,15 @@ jobs:
|
||||||
Python38Mac:
|
Python38Mac:
|
||||||
imageName: "macos-10.14"
|
imageName: "macos-10.14"
|
||||||
python.version: "3.8"
|
python.version: "3.8"
|
||||||
Python39Linux:
|
# Python39Linux:
|
||||||
imageName: "ubuntu-16.04"
|
# imageName: "ubuntu-16.04"
|
||||||
python.version: "3.9"
|
# python.version: "3.9"
|
||||||
Python39Windows:
|
# Python39Windows:
|
||||||
imageName: "vs2017-win2016"
|
# imageName: "vs2017-win2016"
|
||||||
python.version: "3.9"
|
# python.version: "3.9"
|
||||||
Python39Mac:
|
# Python39Mac:
|
||||||
imageName: "macos-10.14"
|
# imageName: "macos-10.14"
|
||||||
python.version: "3.9"
|
# python.version: "3.9"
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
|
Loading…
Reference in New Issue