Skip to content

Commit 91e39e5

Browse files
committed
Changing python versions for compatibility check
1 parent 00ac7e5 commit 91e39e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
testing:
11+
name: Code Quality Check
1112

1213
runs-on: ubuntu-latest
1314

@@ -40,7 +41,7 @@ jobs:
4041
strategy:
4142
max-parallel: 4
4243
matrix:
43-
python-version: [3.5, 3.6, 3.7, 3.8]
44+
python-version: [3.6, 3.7, 3.8, 3.10]
4445

4546
steps:
4647
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)