Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 1, 2024
1 parent 9c5b61b commit ff81bfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -62,13 +62,13 @@ jobs:
python_version: ["3.12"]
include:
- os: windows-latest
python_version: "3.7"
python_version: "3.10"
- os: macos-latest
python_version: "3.8"
python_version: "3.10"
- os: ubuntu-latest
python_version: "3.9"
- os: windows-latest
python_version: "3.10"
- os: windows-latest
python_version: "3.11"
- os: macos-latest
python_version: "3.11"

Expand Down

0 comments on commit ff81bfb

Please sign in to comment.