From f169bcf510d6697f304e135caaa0e2e982808af2 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Tue, 3 Oct 2023 15:13:21 +0200 Subject: [PATCH] include Python 3.12 --- .github/workflows/python-ci-wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci-wheel.yml b/.github/workflows/python-ci-wheel.yml index 4eba9e8bbda..ee3ee55bb1d 100644 --- a/.github/workflows/python-ci-wheel.yml +++ b/.github/workflows/python-ci-wheel.yml @@ -24,7 +24,7 @@ jobs: # Build the wheels for Linux, Windows and macOS matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] architecture: [x86, x64] include: - os: macos-latest @@ -82,7 +82,7 @@ jobs: #===============================================# # wheels - name: Build wheels - uses: pypa/cibuildwheel@v2.11.1 + uses: pypa/cibuildwheel@v2.16.1 with: output-dir: wheelhouse env: