Skip to content

Commit

Permalink
Update for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Sep 8, 2024
1 parent 8f2d233 commit 3c1df25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ jobs:
matrix:
include:
- os: ubuntu-latest
pybuilds: cp3{8,9,10,11,12}-manylinux_x86_64
pybuilds: cp3{9,10,11,12,13}-manylinux_x86_64
arch: x86_64
id: linux
- os: ubuntu-latest
pybuilds: cp3{8,9,10,11,12}-manylinux_aarch64
pybuilds: cp3{9,10,11,12,13}-manylinux_aarch64
arch: aarch64
id: linux_arm64
- os: macos-latest
pybuilds: cp3{8,9,10,11,12}-macosx_x86_64
pybuilds: cp3{9,10,11,12,13}-macosx_x86_64
arch: x86_64
id: macos_x86
- os: macos-latest
pybuilds: cp3{9,10,11,12}-macosx_arm64
pybuilds: cp3{10,11,12,13}-macosx_arm64
arch: arm64
id: macos_arm64
- os: windows-latest
pybuilds: cp3{8,9,10,11,12}-win_amd64
pybuilds: cp3{9,10,11,12,13}-win_amd64
arch: x86_64
id: windows

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: PyPI Publish
uses: pypa/[email protected].0
uses: pypa/[email protected].1
with:
packages-dir: ${{ steps.download.outputs.download-path }}

0 comments on commit 3c1df25

Please sign in to comment.