From 819d90c5486e62f62a920c5f2e35b67b0a84ad84 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:50:21 -0800 Subject: [PATCH] build for python 3.12 --- .github/workflows/pypi-packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-packages.yml b/.github/workflows/pypi-packages.yml index ebfc794d8..1cacc0e56 100644 --- a/.github/workflows/pypi-packages.yml +++ b/.github/workflows/pypi-packages.yml @@ -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: > @@ -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: