Skip to content

Commit

Permalink
switch to manylinux_2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jul 7, 2024
1 parent cda5ce4 commit 6e252f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ jobs:
- name: Build wheels
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_BUILD: "cp3${{env.PYTHON_SUBVERSION}}-*"
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
CIBW_BEFORE_ALL_LINUX: apt-get install -y libopenblas-dev
CIBW_BEFORE_ALL_LINUX: dnf install openblas-devel
CIBW_ENVIRONMENT_MACOS: CFLAGS='-Wno-error=implicit-function-declaration'
CIBW_BUILD_VERBOSITY: 3
CIBW_TEST_REQUIRES: pytest
Expand Down

0 comments on commit 6e252f1

Please sign in to comment.