Skip to content

Commit 58319c3

Browse files
authored
Merge pull request #1670 from zm711/drop-old-numpy
Drop support for numpy 1.22 and 1.23
2 parents a5a687f + 9610a11 commit 58319c3

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/core-test.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,13 @@ jobs:
2626
matrix:
2727
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
2828
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
29-
numpy-version: ['1.22.4', '1.23.5', '1.24.4', '1.25.1', '1.26.4', '2.0.2','2.1']
30-
# numpy 1.22: 3.10, 1.23: 3.11, 1.24: 3.11, 1.25: 3.11, 1.26: 3.12
29+
numpy-version: ['1.24.4', '1.25.1', '1.26.4', '2.0.2','2.1.3', '2.2.4']
30+
# 1.24: 3.11, 1.25: 3.11, 1.26: 3.12
3131
exclude:
3232
- python-version: '3.9'
33-
numpy-version: '2.1'
34-
- python-version: '3.11'
35-
numpy-version: '1.22.4'
36-
- python-version: '3.12'
37-
numpy-version: '1.22.4'
38-
- python-version: '3.12'
39-
numpy-version: '1.23.5'
33+
numpy-version: '2.1.3'
34+
- python-version: '3.9'
35+
numpy-version: '2.2.4'
4036
- python-version: '3.12'
4137
numpy-version: '1.24.4'
4238
- python-version: '3.12'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424

2525
dependencies = [
2626
"packaging",
27-
"numpy>=1.22.4",
27+
"numpy>=1.24.4",
2828
"quantities>=0.16.1"
2929
]
3030

0 commit comments

Comments
 (0)