Skip to content

Commit 4c6b2d2

Browse files
ci: add python 3.10 to workflows
1 parent b63eb07 commit 4c6b2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python_version: ['3.8', '3.9']
40+
python_version: ['3.8', '3.9','3.10']
4141
env:
4242
PYTHON_VERSION: ${{ matrix.python_version }}
4343
steps:
@@ -117,7 +117,7 @@ jobs:
117117
strategy:
118118
fail-fast: false
119119
matrix:
120-
python_version: ['3.8', '3.9']
120+
python_version: ['3.8', '3.9','3.10']
121121
os: [ubuntu-latest, windows-latest, macos-latest]
122122
env:
123123
PYTHON_VERSION: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)