Skip to content

Commit

Permalink
Py3.7 fails, remove it again
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jul 12, 2024
1 parent 633e842 commit 6f50390
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-14]
pyver: [cp37, cp38, cp39, cp310, cp311, cp312]
pyver: [cp38, cp39, cp310, cp311, cp312]

steps:
- name: Checks out repo
Expand All @@ -75,6 +75,7 @@ jobs:
env:
CIBW_BUILD: ${{matrix.pyver}}-*
CIBW_ARCHS_LINUX: auto
CIBW_SKIP: cp37-*
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0'

- name: Upload Artifacts
Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: pp*
CIBW_SKIP: cp37-*
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0'

- name: Upload Artifacts
Expand Down Expand Up @@ -150,6 +152,7 @@ jobs:
env:
CIBW_BUILD: ${{matrix.pyver}}-*
CIBW_ARCHS: ${{matrix.arch}}
CIBW_SKIP: cp37-*
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0'

- name: Upload Artifacts
Expand Down Expand Up @@ -178,6 +181,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: pp*
CIBW_SKIP: cp37-*
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0'

- name: Upload Artifacts
Expand Down

0 comments on commit 6f50390

Please sign in to comment.