Add Python 3.12 to publish workflow
This commit is contained in:
parent
d6f74be9e7
commit
53a5ec0376
|
@ -23,6 +23,9 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
target: x86_64
|
||||
python: "3.11"
|
||||
- os: ubuntu-latest
|
||||
target: x86_64
|
||||
python: "3.12"
|
||||
- os: windows-latest
|
||||
target: x64
|
||||
python: "3.9"
|
||||
|
@ -32,6 +35,9 @@ jobs:
|
|||
- os: windows-latest
|
||||
target: x64
|
||||
python: "3.11"
|
||||
- os: windows-latest
|
||||
target: x64
|
||||
python: "3.12"
|
||||
- os: macos-latest
|
||||
target: aarch64
|
||||
python: "3.9"
|
||||
|
@ -41,6 +47,9 @@ jobs:
|
|||
- os: macos-latest
|
||||
target: aarch64
|
||||
python: "3.11"
|
||||
- os: macos-latest
|
||||
target: aarch64
|
||||
python: "3.12"
|
||||
- os: macos-latest
|
||||
target: x64
|
||||
python: "3.9"
|
||||
|
@ -50,6 +59,9 @@ jobs:
|
|||
- os: macos-latest
|
||||
target: x64
|
||||
python: "3.11"
|
||||
- os: macos-latest
|
||||
target: x64
|
||||
python: "3.12"
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue