Skip to content

Commit

Permalink
Add python 3.12 (#447)
Browse files Browse the repository at this point in the history
* Add python 3.12

* Update cibuildwheel to 2.16.2
  • Loading branch information
emlowe committed Jan 23, 2024
1 parent cfb09ed commit 3e08ea9
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/build-wheels.yml
Expand Up @@ -69,6 +69,13 @@ jobs:
arm: manylinux2014
intel: manylinux2014
matrix: '3.11'
- major-dot-minor: '3.12'
cibw-build: 'cp312-*'
manylinux:
arm: manylinux2014
intel: manylinux2014
matrix: '3.12'

arch:
- name: ARM
matrix: arm
Expand All @@ -87,19 +94,6 @@ jobs:
arch:
name: ARM
matrix: arm
- os:
name: macOS
matrix: macos
runs-on:
arm: [macOS, ARM64]
intel: [macos-latest]
python:
major-dot-minor: '3.7'
cibw-build: 'cp37-*'
matrix: '3.7'
arch:
name: ARM
matrix: arm

steps:
- name: Clean workspace
Expand Down Expand Up @@ -131,7 +125,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.python.manylinux['intel'] }}
CIBW_ARCHS_MACOS: ${{ matrix.os.cibw-archs-macos[matrix.arch.matrix] }}
run:
pipx run --spec='cibuildwheel==2.11.2' cibuildwheel --output-dir dist 2>&1
pipx run --spec='cibuildwheel==2.16.2' cibuildwheel --output-dir dist 2>&1

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3e08ea9

Please sign in to comment.