Skip to content

Commit 3903c29

Browse files
committed
[Linaro:ARM_CI] Add Python 3.11 to test runs
1 parent 63e6c34 commit 3903c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/arm-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: [self-hosted, linux, ARM64]
2929
strategy:
3030
matrix:
31-
pyver: ['3.8', '3.9', '3.10']
31+
pyver: ['3.8', '3.9', '3.10', '3.11']
3232
steps:
3333
- name: Stop old running containers (if any)
3434
shell: bash

0 commit comments

Comments
 (0)