Add Python 3.12 to publish workflow
This commit is contained in:
parent
36a84c16e0
commit
fd4d365ae2
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue