mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-25 14:34:55 +03:00
Try ubuntu python 3.8
This commit is contained in:
parent
cc520fa9a9
commit
3df6cbbdac
24
.github/workflows/tests.yml
vendored
24
.github/workflows/tests.yml
vendored
|
@ -47,19 +47,21 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python_version: ["3.11"]
|
||||
# os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
# python_version: ["3.11"]
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
python_version: "3.6"
|
||||
- os: windows-latest
|
||||
python_version: "3.7"
|
||||
- os: macos-latest
|
||||
python_version: "3.8"
|
||||
# - os: ubuntu-20.04
|
||||
# python_version: "3.6"
|
||||
# - os: windows-latest
|
||||
# python_version: "3.7"
|
||||
# - os: macos-latest
|
||||
# python_version: "3.8"
|
||||
- os: ubuntu-latest
|
||||
python_version: "3.9"
|
||||
- os: windows-latest
|
||||
python_version: "3.10"
|
||||
python_version: "3.8"
|
||||
# - os: ubuntu-latest
|
||||
# python_version: "3.9"
|
||||
# - os: windows-latest
|
||||
# python_version: "3.10"
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user