Skip to content

Commit

Permalink
exclude Python 3.7 from macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
aosingh committed Nov 25, 2024
1 parent c3e0f10 commit b6dea4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lexpy_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
exclude:
- os: macos-latest
version: '3.7'
- os: macos-latest
version: 'pypy-3.7'

steps:
- name: Checkout
Expand Down

0 comments on commit b6dea4b

Please sign in to comment.