Skip to content

Commit e3f5b9d

Browse files
committed
TST Add supported versions (x2)
1 parent c8c50d6 commit e3f5b9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-python-package-with-conda.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jobs:
101101
numpy-version: '1.19'
102102
- python-version: '3.10'
103103
numpy-version: '1.20'
104+
# NumPy >2.3+ are too new for Python 3.10
105+
- python-version: '3.10'
106+
numpy-version: '2.3'
107+
- python-version: '3.10'
108+
numpy-version: '2.4'
104109

105110

106111
# NumPy <1.23 are too old for Python 3.11

0 commit comments

Comments
 (0)