Skip to content

Commit cb94b67

Browse files
committed
use also py3.10 in workflows
Change-Id: Idd639ddfbf86e39c4c8a96381dcc02db2499dc1a
1 parent 7e70df3 commit cb94b67

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os:
1919
- "ubuntu-latest"
2020
python-version:
21-
- "3.9"
21+
- "3.10"
2222

2323
fail-fast: false
2424

.github/workflows/run-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- "3.7"
2828
- "3.8"
2929
- "3.9"
30+
- "3.10"
3031

3132
fail-fast: false
3233

0 commit comments

Comments
 (0)