Skip to content

Commit 7335eee

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/secrets-sdk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ 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' }}
7877
- name: Build wheels
7978
uses: PyO3/maturin-action@v1
8079
with:

0 commit comments

Comments
 (0)