From 95eb53ec5ab76a1a90ceb99fbc56264fa02bad26 Mon Sep 17 00:00:00 2001 From: Daejun Park Date: Tue, 12 Sep 2023 15:02:15 -0700 Subject: [PATCH] ci: omit python sub-version configurations --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fddb5203..d5a82e2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: ["macos-latest", "ubuntu-latest", "windows-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.8.13", "3.9.13", "3.10.6"] + python-version: ["3.8", "3.9", "3.10", "3.11"] # "3.8.13", "3.9.13", "3.10.6" parallel: ["", "--test-parallel", "--solver-parallel", "--test-parallel --solver-parallel"] custom-storage: ["", "--custom-storage-layout"] exclude: