mirror of https://github.com/explosion/spaCy.git
Switch CI to Python 3.11.0 (#11737)
This commit is contained in:
parent
d25f09468c
commit
f7edd84b44
|
@ -87,13 +87,13 @@ jobs:
|
||||||
# python.version: "3.10"
|
# python.version: "3.10"
|
||||||
Python311Linux:
|
Python311Linux:
|
||||||
imageName: 'ubuntu-latest'
|
imageName: 'ubuntu-latest'
|
||||||
python.version: '3.11.0-rc.2'
|
python.version: '3.11.0'
|
||||||
Python311Windows:
|
Python311Windows:
|
||||||
imageName: 'windows-latest'
|
imageName: 'windows-latest'
|
||||||
python.version: '3.11.0-rc.2'
|
python.version: '3.11.0'
|
||||||
Python311Mac:
|
Python311Mac:
|
||||||
imageName: 'macos-latest'
|
imageName: 'macos-latest'
|
||||||
python.version: '3.11.0-rc.2'
|
python.version: '3.11.0'
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
|
Loading…
Reference in New Issue