Skip to content

Commit 59bc304

Browse files
committed
TST Add supported versions (x3) - install setuptools explicitly
1 parent e3f5b9d commit 59bc304

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
numpy-version: '1.19'
102102
- python-version: '3.10'
103103
numpy-version: '1.20'
104+
104105
# NumPy >2.3+ are too new for Python 3.10
105106
- python-version: '3.10'
106107
numpy-version: '2.3'
@@ -136,7 +137,7 @@ jobs:
136137
numpy-version: '1.25'
137138

138139

139-
# NumPy <=1.25 are too old for Python 3.12
140+
# NumPy <=2.1 are too old for Python 3.13
140141
- python-version: '3.13'
141142
numpy-version: '1.19'
142143
- python-version: '3.13'
@@ -151,6 +152,10 @@ jobs:
151152
numpy-version: '1.24'
152153
- python-version: '3.13'
153154
numpy-version: '1.25'
155+
- python-version: '3.13'
156+
numpy-version: '1.26'
157+
- python-version: '3.13'
158+
numpy-version: '2.0'
154159

155160
steps:
156161
- uses: actions/checkout@v4

tests-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
matplotlib
2+
setuptools
23
pip
34
coveralls
45
pytest<=8.1.1

0 commit comments

Comments
 (0)