Skip to content

Commit d764900

Browse files
authored
Add Python 3.9 ARM64 wheel (#2584)
1 parent 24a89ae commit d764900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
python-version: ["3.10", "3.11", "3.12", "3.13"]
100+
# pythonarm64 NuGet's has no download for Python ~=3.9.11
101+
python-version: ["3.9.10", "3.10", "3.11", "3.12", "3.13"]
101102
steps:
102103
- uses: actions/checkout@v4
103104

0 commit comments

Comments
 (0)