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 }}