Skip to content

Commit

Permalink
remove win+py3.10 fornow
Browse files Browse the repository at this point in the history
  • Loading branch information
jieru-hu committed May 13, 2022
1 parent 5982b6d commit 629df08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -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:
Expand All @@ -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 >>]


Expand Down

0 comments on commit 629df08

Please sign in to comment.