Skip to content

Commit

Permalink
removing python 3.7 tests for macos #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 11, 2024
1 parent b092583 commit 3f7f30e
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 @@ -90,11 +90,9 @@ jobs:
matrix:
os: [macos-12, macos-13]
# os: [macos-12, macos-13, 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
# python_version: 3.9
Expand Down

0 comments on commit 3f7f30e

Please sign in to comment.