Skip to content

Commit 12ca23a

Browse files
committed
Add python 3.10 in CI pipeline
1 parent a313fda commit 12ca23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
strategy:
113113
fail-fast: true
114114
matrix:
115-
python-version: ["3.6", "3.7", "3.8", "3.9"]
115+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
116116
runs-on: "ubuntu-20.04"
117117
env:
118118
PYTHON_VER: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)