Skip to content

Commit 31e36a9

Browse files
authored
Add placeholder python 3.9 (#1933)
1 parent 025a6b0 commit 31e36a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: macos-13-xlarge
3535
strategy:
3636
matrix:
37-
python: ['3.10', 3.11'] #['3.9', '3.10', '3.11']
37+
python: ['3.9', '3.10', '3.11']
3838
steps:
3939
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4040
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0

0 commit comments

Comments
 (0)