Skip to content

Commit

Permalink
squash! DROPME - temporarily upgrade to numpy-1.24.2
Browse files Browse the repository at this point in the history
Disable CI-tests with Python 3.7 which does not have numpy-1.24.2.
  • Loading branch information
pavoljuhas committed Mar 9, 2023
1 parent f119473 commit f4691df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f4691df

Please sign in to comment.