Update tests

This commit is contained in:
Matthew Honnibal 2024-10-01 13:21:10 +02:00
parent 9c5b61bdff
commit ff81bfb8db
1 changed files with 7 additions and 7 deletions

View File

@ -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"