From 72ed6f1407b78756f0c46fb6519c24e51c9928ca Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 25 Apr 2024 20:31:44 +0400 Subject: [PATCH] Allow Python < 3.10 on macOS M1 instances Revert parts of 04e0ee850b8dd358e38f8ee106624c16415ac303 --- .github/workflows/tests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0551ebb3b..53bb5c614 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -56,9 +56,6 @@ jobs: # List of variants to exclude from the matrix. exclude: list[dict[str, str]] = [ - # XXX Python <3.10 is not available on new macOS M1 runners. - # See: https://github.com/actions/setup-python/issues/808 - {"os": "macos-14", "python-version": "3.8"}, ] # List of unstable criterions.