Skip to content

Commit

Permalink
Add Python 3.12 (#406)
Browse files Browse the repository at this point in the history
Add python 3.12 to matrix
  • Loading branch information
emlowe committed Jan 23, 2024
1 parent 6e44d89 commit 8816486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ 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 Down

0 comments on commit 8816486

Please sign in to comment.