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
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.7"
|
||||
python-version: "3.10"
|
||||
|
||||
- name: black
|
||||
run: |
|
||||
|
@ -61,14 +61,14 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python_version: ["3.12"]
|
||||
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
|
||||
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
|
||||
python_version: "3.11"
|
||||
|
||||
|
|
Loading…
Reference in New Issue