From 629df089e711ea8f5d1602806f0bf9a1d555cdf9 Mon Sep 17 00:00:00 2001 From: Jieru Hu Date: Fri, 13 May 2022 13:48:15 -0700 Subject: [PATCH] remove win+py3.10 fornow --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3438915c16..051dc8d8d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -289,7 +289,7 @@ workflows: - test_win: matrix: parameters: - py_version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + py_version: ["3.6", "3.7", "3.8", "3.9"] - test_linux_omc_dev: matrix: parameters: @@ -312,7 +312,7 @@ workflows: - test_plugin_win: matrix: parameters: - py_version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + py_version: ["3.6", "3.7", "3.8", "3.9"] test_plugin: [<< pipeline.parameters.test_plugins >>]