From ef1106754159cce1bd1d1d4619c8661e73056503 Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Wed, 26 Oct 2022 10:05:46 -0400 Subject: [PATCH] github/worfklows/main: 3.11 should be available on macOS now --- .github/workflows/main.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ac60670..e88add3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,12 +23,6 @@ jobs: - ubuntu - windows - # 3.11 isn't available in macOS yet. - # See https://github.com/actions/setup-python/issues/531. - exclude: - - os: macos - python-version: "3.11" - name: tests runs-on: ${{ matrix.os }}-latest steps: