From 45989d3adb9d53042fa87fc5c8edd4e2f6d8babb Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Wed, 14 Sep 2022 17:48:56 +0100 Subject: [PATCH] Try to see 3.7.12 works on macos. --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 19b818c136b..4cb3a750e4e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -123,7 +123,9 @@ jobs: - python-version: '3.9' # Oldest macOS and olders Python supported versions. - - python-version: '3.7' + # We pin a specific Python micro release due to a TK library bug. + # https://github.com/actions/setup-python/issues/402#issuecomment-1156015780 + - python-version: '3.7.12' runs-on: 'macos-10.15' job-name: 'macos-10-default-tests'