Add Python 3.12 to publish workflow

This commit is contained in:
Dirkjan Ochtman 2024-07-02 10:30:12 +02:00
parent 36a84c16e0
commit fd4d365ae2
No known key found for this signature in database
1 changed files with 12 additions and 0 deletions

View File

@ -23,6 +23,9 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
target: x86_64 target: x86_64
python: "3.11" python: "3.11"
- os: ubuntu-latest
target: x86_64
python: "3.12"
- os: windows-latest - os: windows-latest
target: x64 target: x64
python: "3.9" python: "3.9"
@ -32,6 +35,9 @@ jobs:
- os: windows-latest - os: windows-latest
target: x64 target: x64
python: "3.11" python: "3.11"
- os: windows-latest
target: x64
python: "3.12"
- os: macos-latest - os: macos-latest
target: aarch64 target: aarch64
python: "3.9" python: "3.9"
@ -41,6 +47,9 @@ jobs:
- os: macos-latest - os: macos-latest
target: aarch64 target: aarch64
python: "3.11" python: "3.11"
- os: macos-latest
target: aarch64
python: "3.12"
- os: macos-latest - os: macos-latest
target: x64 target: x64
python: "3.9" python: "3.9"
@ -50,6 +59,9 @@ jobs:
- os: macos-latest - os: macos-latest
target: x64 target: x64
python: "3.11" python: "3.11"
- os: macos-latest
target: x64
python: "3.12"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: