From f4691dfa1c3cafd4a55937b3b7ae8b03b5615443 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Thu, 9 Mar 2023 10:54:39 -0800 Subject: [PATCH] squash! DROPME - temporarily upgrade to numpy-1.24.2 Disable CI-tests with Python 3.7 which does not have numpy-1.24.2. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 629aaaa49f86..60213394e089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: name: Pytest Ubuntu strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.8', '3.9', '3.10' ] runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -255,7 +255,7 @@ jobs: name: Pytest Windows strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.8', '3.9', '3.10' ] runs-on: windows-2019 steps: - uses: actions/checkout@v2 @@ -280,7 +280,7 @@ jobs: name: Pytest MacOS strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.8', '3.9', '3.10' ] runs-on: macos-12 steps: - uses: actions/checkout@v2