Skip to content

Commit 10d9874

Browse files
authored
Add Python 3.10 config to CI (#691)
1 parent 386a541 commit 10d9874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ workflows:
123123
name: unittest_linux_<< matrix.cu_version >>_py<< matrix.python_version >>
124124
matrix:
125125
parameters:
126-
python_version: ["3.7", "3.8", "3.9"]
126+
python_version: ["3.7", "3.8", "3.9", "3.10"]
127127
cu_version: ["cpu"]
128128
- unittest_linux_gpu:
129129
name: unittest_linux_<< matrix.cu_version >>_py<< matrix.python_version >>
130130
matrix:
131131
parameters:
132-
python_version: ["3.7", "3.8", "3.9"]
132+
python_version: ["3.7", "3.8", "3.9", "3.10"]
133133
cu_version: ["cu102"]

0 commit comments

Comments
 (0)