From 31e36a97ccf0f4f67285ad8aa88dc100580a8136 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 31 Jan 2024 19:33:49 -0800 Subject: [PATCH] Add placeholder python 3.9 (#1933) --- .github/workflows/build.arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.arm64.yml b/.github/workflows/build.arm64.yml index 8a39a124a..61ff2aa31 100644 --- a/.github/workflows/build.arm64.yml +++ b/.github/workflows/build.arm64.yml @@ -34,7 +34,7 @@ jobs: runs-on: macos-13-xlarge strategy: matrix: - python: ['3.10', 3.11'] #['3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0