From ad6a950734a56c62cccdb3a005f4ec5cddbd453f Mon Sep 17 00:00:00 2001 From: Omer Korner Date: Thu, 3 Nov 2022 16:32:52 +0200 Subject: [PATCH] Add Python version 3.11 to the macOS build (#2510) --- .github/workflows/macos_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index c8eb0640..7af8f16e 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -10,6 +10,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" runs-on: macos-11 steps: - uses: actions/checkout@v2