Skip to content

Commit

Permalink
test build on py311
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Oct 25, 2023
1 parent e099801 commit b5960e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_TEST_SKIP: "*"
CIBW_BUILD: "cp38-*"
CIBW_BUILD: "cp311-*"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
steps:
- uses: actions/checkout@v4
Expand All @@ -55,7 +55,7 @@ jobs:
- name: delvewheel install
if: runner.os == 'Windows'
run: |
python -m pip install delvewheel==0.0.9 cython
python -m pip install delvewheel cython
- name: Build wheels
uses: joerick/cibuildwheel@v2.16.2
Expand Down

0 comments on commit b5960e4

Please sign in to comment.