From eb7786352e53ad537826a488b80c715f7cad4561 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 9 Aug 2023 23:25:42 -0700 Subject: [PATCH] more --- .github/workflows/pytest.yaml | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e65eb673..b090ba98 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -14,24 +14,30 @@ jobs: fail-fast: false matrix: include: - - python-version: "3.10" - core-version: "2022.11.5" - - python-version: "3.10" - core-version: "2022.12.9" - - python-version: "3.10" - core-version: "2023.1.7" - - python-version: "3.10" - core-version: "2023.2.5" - - python-version: "3.10" - core-version: "2023.3.6" - - python-version: "3.10" - core-version: "2023.4.6" - - python-version: "3.10" - core-version: "2023.5.2" + # - python-version: "3.10" + # core-version: "2022.11.5" + # - python-version: "3.10" + # core-version: "2022.12.9" + # - python-version: "3.10" + # core-version: "2023.1.7" + # - python-version: "3.10" + # core-version: "2023.2.5" + # - python-version: "3.10" + # core-version: "2023.3.6" + # - python-version: "3.10" + # core-version: "2023.4.6" + # - python-version: "3.10" + # core-version: "2023.5.2" - python-version: "3.11" core-version: "2023.6.1" - python-version: "3.11" core-version: "2023.7.3" + - python-version: "3.11" + core-version: "6ef7c5ece6e317737901c482ccac8f4875bb3c73" + - python-version: "3.11" + core-version: "31d6b615b44afa9ad87cd0adf7412a93b769157a" + - python-version: "3.11" + core-version: "33f2453f334a170fe874cb005cb9f4bac2525862" - python-version: "3.11" core-version: "2023.8.0b0" - python-version: "3.11"