Skip to content

Commit

Permalink
Don't test EOL Python 3.7 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 15, 2024
1 parent 65aa0fe commit d87ab55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
exclude:
- platform: macos-latest
python-version: "3.7"

runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit d87ab55

Please sign in to comment.