From ba6a40e3736a0383fa1dd85bc4f636f96a1ff527 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 16 Sep 2024 12:10:05 +0200 Subject: [PATCH] chore: upgrade to Python 3.12.6 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1941b3..4c32907 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,16 +62,16 @@ jobs: PYTHON_VERSION: "3.10" PUBLISH_RELEASE: false - os: macos-13 # X86 - PYTHON_VERSION: "3.12.1" + PYTHON_VERSION: "3.12.6" PUBLISH_RELEASE: true - os: macos-latest # ARM - PYTHON_VERSION: "3.12.1" + PYTHON_VERSION: "3.12.6" PUBLISH_RELEASE: true - os: ubuntu-latest - PYTHON_VERSION: "3.12.1" + PYTHON_VERSION: "3.12.6" PUBLISH_RELEASE: true - os: windows-latest - PYTHON_VERSION: "3.12.1" + PYTHON_VERSION: "3.12.6" PUBLISH_RELEASE: true runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images