Skip to content

Commit

Permalink
Use Python 3.12 for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
zmeri committed Aug 20, 2024
1 parent 79d7a51 commit b3d5f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
CIBW_BEFORE_BUILD: pip install numpy scipy cython
CIBW_SKIP: pp* cp36-* cp37-* cp38-*
CIBW_SKIP: pp* cp36-* cp37-* cp38-* cp313-*
strategy:
fail-fast: false
matrix:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.13'
python-version: '3.12'

- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit b3d5f70

Please sign in to comment.