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"