We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62734cc commit 7335eeeCopy full SHA for 7335eee
1 file changed
.github/workflows/secrets-sdk.yml
@@ -73,8 +73,7 @@ jobs:
73
- uses: actions/checkout@v4
74
- uses: actions/setup-python@v5
75
with:
76
- python-version: "3.10"
77
- architecture: ${{ matrix.target == 'aarch64' && 'x64' || matrix.target }}
+ python-version: ${{ matrix.target == 'aarch64' ? '3.11' : '3.10' }}
78
- name: Build wheels
79
uses: PyO3/maturin-action@v1
80
0 commit comments