Skip to content

Commit

Permalink
Upd tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 1, 2024
1 parent dd47fbb commit 29232ad
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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 @@ -61,12 +61,8 @@ 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"
python_version: "3.10"
- os: windows-latest
python_version: "3.10"
- os: macos-latest
Expand Down

0 comments on commit 29232ad

Please sign in to comment.