From cacbee8c42f06d38631ebc2c76d289a533088372 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Tue, 10 Oct 2023 02:55:55 +0000 Subject: [PATCH] Build Python wheels for 3.12 on all operating systems. --- .github/workflows/publish-python.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-python.yml b/.github/workflows/publish-python.yml index cd670fc2..f294c17d 100644 --- a/.github/workflows/publish-python.yml +++ b/.github/workflows/publish-python.yml @@ -66,7 +66,7 @@ jobs: if: needs.should-publish.outputs.is_new_version == 'yes' strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 with: @@ -110,7 +110,7 @@ jobs: if: needs.should-publish.outputs.is_new_version == 'yes' strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 with: @@ -146,7 +146,7 @@ jobs: if: needs.should-publish.outputs.is_new_version == 'yes' strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 with: @@ -181,7 +181,7 @@ jobs: # if: needs.should-publish.outputs.is_new_version == 'yes' # strategy: # matrix: - # python-version: ["3.9", "3.10", "3.11"] + # python-version: ["3.9", "3.10", "3.11", "3.12"] # steps: # - uses: actions/checkout@v3 # with: