From f1eedd10b6b0aa3a0f89206f957851e789384d47 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Tue, 24 Oct 2023 23:52:31 -0700 Subject: [PATCH] Run macOS mypyc tests with Python 3.9 The 3.8 tests have been flaking for several weeks and I don't think anyone has a good repro or idea as to the cause s --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afa5d5823ea9..a39452177761 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,8 +71,8 @@ jobs: tox_extra_args: "-n 2" test_mypyc: true - - name: mypyc runtime tests with py38-macos - python: '3.8.17' + - name: mypyc runtime tests with py39-macos + python: '3.9.18' arch: x64 os: macos-latest toxenv: py