Skip to content

Commit

Permalink
removing python 3.7 build for macos #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 11, 2024
1 parent 9993b36 commit b092583
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-12, macos-14]
python_version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
python_version: [3.8, 3.9, '3.10', 3.11, 3.12]
exclude:
- os: macos-14
python_version: 3.7
- os: macos-14
python_version: 3.8
- os: macos-14
Expand Down

0 comments on commit b092583

Please sign in to comment.