From a81086430a621f5d5da0d3c0750917534f376107 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Tue, 24 Oct 2023 20:52:23 +0200 Subject: [PATCH] upgrade windows and macos test environments to Python 3.12 --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0aa9038d6a..abf76a0d3f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,14 +12,14 @@ jobs: - name: linux-3.12 python-version: "3.12" os: ubuntu-latest - - name: windows-3.11 - python-version: "3.11" + - name: windows-3.12 + python-version: "3.12" os: windows-latest - name: macos-12-skip-exe - python-version: "3.11" + python-version: "3.12" os: macos-12 - name: macos-11-skip-exe - python-version: "3.11" + python-version: "3.12" os: macos-11 - name: linux-3.12-lint-update-help-skip-exe python-version: "3.12"