Skip to content

Commit 5f4ae0c

Browse files
committed
fail slow (temp)
1 parent 7cdb6e0 commit 5f4ae0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/minimum.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
minimum:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1415
os: [ubuntu-latest, windows-latest]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = { text = 'MIT license' }
2020
requires-python = ">=3.8,<3.13"
2121
readme = 'README.md'
2222
dependencies = [
23-
"numpy>=1.21.0;python_version<'3.10'",
23+
"numpy>=1.22.0;python_version<'3.10'",
2424
"numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
2525
"numpy>=1.26.0;python_version>='3.12'",
2626
"pandas>=1.4.0;python_version<'3.11'",

0 commit comments

Comments
 (0)