Publish Python 3.13 wheels

This commit is contained in:
Dirkjan Ochtman 2024-12-11 13:32:43 +01:00
parent a17650d534
commit 35decbd199

View File

@ -26,6 +26,9 @@ jobs:
- os: ubuntu-latest
target: x86_64
python: "3.12"
- os: ubuntu-latest
target: x86_64
python: "3.13"
- os: windows-latest
target: x64
python: "3.9"
@ -38,6 +41,9 @@ jobs:
- os: windows-latest
target: x64
python: "3.12"
- os: windows-latest
target: x64
python: "3.13"
- os: macos-latest
target: aarch64
python: "3.9"
@ -50,6 +56,9 @@ jobs:
- os: macos-latest
target: aarch64
python: "3.12"
- os: macos-latest
target: aarch64
python: "3.13"
- os: macos-latest
target: x64
python: "3.9"
@ -62,6 +71,9 @@ jobs:
- os: macos-latest
target: x64
python: "3.12"
- os: macos-latest
target: x64
python: "3.13"
runs-on: ${{ matrix.os }}
steps: