Skip to content

Commit

Permalink
build for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Nov 20, 2023
1 parent d9c5837 commit 819d90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: pypa/cibuildwheel@v2.12.3
- uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: "cp36-* cp37-* pp* *_ppc64le *_s390x *_universal2"
CIBW_BEFORE_ALL_LINUX: >
Expand All @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
name: Build wheels for Windows (${{ matrix.python-version }})
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 819d90c

Please sign in to comment.