Skip to content

Commit d7a995e

Browse files
committed
Use Py3.11 for Secrets SDK Windows + ARM
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
1 parent 62734cc commit d7a995e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/secrets-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
- uses: actions/checkout@v4
7474
- uses: actions/setup-python@v5
7575
with:
76-
python-version: "3.10"
77-
architecture: ${{ matrix.target == 'aarch64' && 'x64' || matrix.target }}
76+
python-version: ${{ matrix.target == 'aarch64' && '3.11' || '3.10' }}
77+
architecture: ${{ matrix.target == 'aarch64' && 'arm64' || matrix.target }}
7878
- name: Build wheels
7979
uses: PyO3/maturin-action@v1
8080
with:

0 commit comments

Comments
 (0)