mirror of https://github.com/explosion/spaCy.git
Update tests
This commit is contained in:
parent
9c5b61bdff
commit
ff81bfb8db
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- name: Configure Python version
|
- name: Configure Python version
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.7"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: black
|
- name: black
|
||||||
run: |
|
run: |
|
||||||
|
@ -61,14 +61,14 @@ jobs:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python_version: ["3.12"]
|
python_version: ["3.12"]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
|
||||||
python_version: "3.7"
|
|
||||||
- os: macos-latest
|
|
||||||
python_version: "3.8"
|
|
||||||
- os: ubuntu-latest
|
|
||||||
python_version: "3.9"
|
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python_version: "3.10"
|
python_version: "3.10"
|
||||||
|
- os: macos-latest
|
||||||
|
python_version: "3.10"
|
||||||
|
- os: ubuntu-latest
|
||||||
|
python_version: "3.10"
|
||||||
|
- os: windows-latest
|
||||||
|
python_version: "3.11"
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python_version: "3.11"
|
python_version: "3.11"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue