From 7d3f9dca407fd1f6b348ce722b40d62b9518d439 Mon Sep 17 00:00:00 2001 From: skjerns Date: Sat, 27 Jul 2024 14:21:41 +0200 Subject: [PATCH] remove 3.10 --- .github/workflows/testz_numpy_2_compatibility.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/testz_numpy_2_compatibility.yml b/.github/workflows/testz_numpy_2_compatibility.yml index 1533ba2..4c071a9 100644 --- a/.github/workflows/testz_numpy_2_compatibility.yml +++ b/.github/workflows/testz_numpy_2_compatibility.yml @@ -9,10 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-2019, windows-latest, macos-latest] - python-version: ["3.8", "3.10", "3.12"] - exclude: # distutils is no longer available here, but we should switch anyway i guess? - - python-version: "3.12" - os: macos-latest + python-version: ["3.8", "3.10"] steps: - uses: actions/checkout@v3 - name: Setup Python