Skip to content

Commit

Permalink
Python 3.12 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 4, 2023
1 parent a5b3206 commit 2544f29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ jobs:
matrix:
include:
- os: ubuntu-latest
pybuilds: cp3{8,9,10,11}-manylinux_x86_64
pybuilds: cp3{8,9,10,11,12}-manylinux_x86_64
arch: x86_64
id: linux
- os: ubuntu-latest
pybuilds: cp3{8,9,10,11}-manylinux_aarch64
pybuilds: cp3{8,9,10,11,12}-manylinux_aarch64
arch: aarch64
id: linux_arm64
- os: macos-latest
pybuilds: cp3{8,9,10,11}-macosx_x86_64
pybuilds: cp3{8,9,10,11,12}-macosx_x86_64
arch: x86_64
id: macos_x86
- os: macos-latest
pybuilds: cp3{8,9,10,11}-macosx_arm64
pybuilds: cp3{8,9,10,11,12}-macosx_arm64
arch: arm64
id: macos_arm64
- os: windows-latest
pybuilds: cp3{8,9,10,11}-win_amd64
pybuilds: cp3{8,9,10,11,12}-win_amd64
arch: x86_64
id: windows

Expand Down

0 comments on commit 2544f29

Please sign in to comment.