Skip to content

Commit 024ed9e

Browse files
HaiLong Yanggmarull
authored andcommitted
ci: upgrade python version
This upgrade python version, remove 3.6, add 3.10. Signed-off-by: HaiLong Yang <[email protected]>
1 parent bfe2110 commit 024ed9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8, 3.9]
11+
python-version:
12+
- "3.7"
13+
- "3.8"
14+
- "3.9"
15+
- "3.10"
1216
steps:
1317
- uses: actions/checkout@v1
1418
- name: Set up Python

0 commit comments

Comments
 (0)