diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72c9358..76d87b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: