Skip to content

Commit bddd29d

Browse files
committed
DWE-5480 build environment has no access to python 3.13
set it back to 3.10
1 parent 416f2de commit bddd29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- { ARCH: arm, API: 30 }
3636
- { ARCH: arm64, API: 30 }
3737
env:
38-
PYVER: 3.13.0
38+
PYVER: 3.10.0
3939
steps:
4040
- uses: actions/checkout@v4
4141
- name: Install autotools

0 commit comments

Comments
 (0)