Skip to content

Commit

Permalink
fix CI for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 27, 2024
1 parent 6910339 commit 62f0e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
- "3.10"
- "3.9"
- "3.8"
- "3.7"
- pypy-3.10
- pypy-3.9
- pypy-3.8
- pypy-3.7
os:
- ubuntu-latest
- macos-latest
Expand All @@ -42,6 +40,8 @@ jobs:
- { os: macos-latest, py: "brew@3.10" }
- { os: macos-latest, py: "brew@3.9" }
- { os: macos-latest, py: "brew@3.8" }
- { os: macos-12, py: "3.7" }
- { os: macos-12, py: "pypy-3.7" }
steps:
- uses: taiki-e/install-action@cargo-binstall
- name: Install OS dependencies
Expand Down

0 comments on commit 62f0e67

Please sign in to comment.