Skip to content

Commit

Permalink
Add placeholder python 3.9 (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Feb 1, 2024
1 parent 025a6b0 commit 31e36a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31e36a9

Please sign in to comment.