Skip to content

Commit f337748

Browse files
committed
Add python3.10 to gh actions
1 parent 1a26add commit f337748

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/code-assessment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ jobs:
77
max-parallel: 4
88
matrix:
99
python-version:
10-
- 3.7
11-
- 3.8
12-
- 3.9
10+
- 3.9.20
11+
- 3.10.15
1312
steps:
1413
- uses: actions/checkout@v1
1514
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)