mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
CI: Switch to stable python 3.12 and limit 3.11 runs (#13104)
This commit is contained in:
parent
c4e2daf6ef
commit
92f1d0a195
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python_version: ["3.11", "3.12.0-rc.2"]
|
python_version: ["3.12"]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python_version: "3.7"
|
python_version: "3.7"
|
||||||
|
@ -68,6 +68,8 @@ jobs:
|
||||||
python_version: "3.9"
|
python_version: "3.9"
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python_version: "3.10"
|
python_version: "3.10"
|
||||||
|
- os: macos-latest
|
||||||
|
python_version: "3.11"
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user