From 3bb057897ace44a224eae896f4b2ce630cb505fd Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Sun, 15 Oct 2023 20:57:32 +0200 Subject: [PATCH] tmp --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 002255ed..c669848c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v3 with: @@ -17,7 +17,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install dependencies - run: python -m pip install wheel scipy "matplotlib<3.8" pytest cmake ninja + run: python -m pip install wheel scipy "matplotlib<3.8" pytest ninja - name: Set up MSVC if: runner.os == 'Windows' uses: ilammy/msvc-dev-cmd@v1