Skip to content

Commit

Permalink
Drop python 3.7 test for macOS
Browse files Browse the repository at this point in the history
Python 3.7 is not supported by GitHub Actions for macOS 14.6.1.
  • Loading branch information
LBeaudoux committed Aug 19, 2024
1 parent 0839705 commit acee3d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7','3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: macos-latest
version: '3.7'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit acee3d5

Please sign in to comment.