Skip to content

Commit

Permalink
Remove obsolete test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 30, 2024
1 parent 90a6fb3 commit 8b0cb48
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Configure Python version
uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.10"

- name: black
run: |
Expand All @@ -47,19 +47,14 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-13]
python_version: ["3.12"]
include:
- os: windows-2019
python_version: "3.6"
- os: ubuntu-latest
python_version: "3.7"
- os: ubuntu-latest
python_version: "3.8"
- os: windows-latest
python_version: "3.9"
- os: macos-13
python_version: "3.10"
- os: ubuntu-latest
python_version: "3.11"

- os: windows-latest
python_version: "3.11"
runs-on: ${{ matrix.os }}
env:
NOTEBOOK_KERNEL: "thinc-notebook-tests"
Expand Down

0 comments on commit 8b0cb48

Please sign in to comment.