From cb1e6357b641e6c3614dffdcc7c71323ff745247 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 3 Sep 2024 11:55:52 -0700 Subject: [PATCH] oop python 3.13 not out yet --- .github/workflows/tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86d8b3d..d08c914 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,26 +14,20 @@ jobs: matrix: platform: ["ubuntu-latest", "macos-latest", "windows-latest"] numpy-version: ["<2.0.0", ">=2.0.0"] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12"] exclude: - numpy-version: "<2.0.0" python-version: "3.10" - numpy-version: "<2.0.0" python-version: "3.11" - - numpy-version: "<2.0.0" - python-version: "3.12" - platform: "macos-latest" python-version: "3.10" - platform: "macos-latest" python-version: "3.11" - - platform: "macos-latest" - python-version: "3.12" - platform: "windows-latest" python-version: "3.10" - platform: "windows-latest" python-version: "3.11" - - platform: "windows-latest" - python-version: "3.12" runs-on: ${{ matrix.platform }}