Skip to content

Commit

Permalink
Merge pull request #53 from Dobatymo/skip-pp310
Browse files Browse the repository at this point in the history
  • Loading branch information
pablocael committed Apr 14, 2024
2 parents adae1cd + bc22352 commit 7219c92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pypa/cibuildwheel@v2.16.5
env:
# skip pypy 3.7 and 3.8 as numpy does not support it
CIBW_SKIP: cp36-* pp37-* pp38-*
# skip pypy as numpy does not support it well
CIBW_SKIP: cp36-* pp*
CIBW_ARCHS: auto64
CIBW_BEFORE_ALL_MACOS: brew install llvm libomp
CIBW_ENVIRONMENT_MACOS: CC="clang" CXX="clang++" PATH="/usr/local/opt/llvm/bin:$PATH" LDFLAGS="-L/usr/local/opt/llvm/lib" CPPFLAGS="-I/usr/local/opt/llvm/include"
Expand All @@ -36,7 +36,7 @@ jobs:
needs: build-wheels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
Expand Down

0 comments on commit 7219c92

Please sign in to comment.