File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11matplotlib
2+ setuptools
23pip
34coveralls
45pytest<=8.1.1
You can’t perform that action at this time.
0 commit comments