From 53a5ec037606e1d26dffca018710f3475f18ad3f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 2 Jul 2024 10:30:12 +0200 Subject: [PATCH] Add Python 3.12 to publish workflow --- .github/workflows/publish.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: