Skip to content

Commit 737bb84

Browse files
committed
bump min numpy version for 3.8/3.9
1 parent 059f57c commit 737bb84

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/minimum.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.8']
1515
os: [ubuntu-latest, windows-latest]
1616
include:
1717
- os: macos-latest
1818
python-version: '3.8'
19-
- os: macos-latest
20-
python-version: '3.12'
2119
steps:
2220
- uses: actions/checkout@v4
2321
- name: Set up Python ${{ matrix.python-version }}

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)