mirror of https://github.com/explosion/spaCy.git
Switch CI to python 3.11 (#11765)
This commit is contained in:
parent
e91b47a226
commit
6105f20d8a
|
@ -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'
|
python.version: '3.11'
|
||||||
Python311Windows:
|
Python311Windows:
|
||||||
imageName: 'windows-latest'
|
imageName: 'windows-latest'
|
||||||
python.version: '3.11.0'
|
python.version: '3.11'
|
||||||
Python311Mac:
|
Python311Mac:
|
||||||
imageName: 'macos-latest'
|
imageName: 'macos-latest'
|
||||||
python.version: '3.11.0'
|
python.version: '3.11'
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
|
Loading…
Reference in New Issue