File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
strategy :
26
26
matrix :
27
27
python-version : ['3.11']
28
- numpy-version : ['2.1 ']
28
+ numpy-version : ['2.2 ']
29
29
dependency-set : ["minimal"]
30
30
31
31
steps :
Original file line number Diff line number Diff line change 26
26
strategy :
27
27
matrix :
28
28
python-version : ['3.11']
29
- numpy-version : ['2.1 ']
29
+ numpy-version : ['2.2 ']
30
30
dependency-set : ["optional"]
31
31
32
32
steps :
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
matrix :
23
23
python-version : ['3.11', '3.12', '3.13']
24
- numpy-version : ['1.25', '2.1 ']
24
+ numpy-version : ['1.25', '2.2 ']
25
25
dependency-set : ["minimal", "optional"]
26
26
os : ["ubuntu-latest"]
27
27
include :
@@ -30,15 +30,15 @@ jobs:
30
30
dependency-set : ' optional'
31
31
os : ' macos-latest'
32
32
- python-version : ' 3.13'
33
- numpy-version : ' 2.1 '
33
+ numpy-version : ' 2.2 '
34
34
dependency-set : ' optional'
35
35
os : ' macos-latest'
36
36
- python-version : ' 3.11'
37
37
numpy-version : ' 1.25'
38
38
dependency-set : ' optional'
39
39
os : ' windows-latest'
40
40
- python-version : ' 3.13'
41
- numpy-version : ' 2.1 '
41
+ numpy-version : ' 2.2 '
42
42
dependency-set : ' optional'
43
43
os : ' windows-latest'
44
44
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ features = ["test"]
149
149
150
150
[[tool .hatch .envs .test .matrix ]]
151
151
python = [" 3.11" , " 3.12" , " 3.13" ]
152
- numpy = [" 1.25" , " 2.1 " ]
152
+ numpy = [" 1.25" , " 2.2 " ]
153
153
deps = [" minimal" , " optional" ]
154
154
155
155
[tool .hatch .envs .test .overrides ]
@@ -185,7 +185,7 @@ features = ["test", "gpu"]
185
185
186
186
[[tool .hatch .envs .gputest .matrix ]]
187
187
python = [" 3.11" , " 3.12" , " 3.13" ]
188
- numpy = [" 1.25" , " 2.1 " ]
188
+ numpy = [" 1.25" , " 2.2 " ]
189
189
version = [" minimal" ]
190
190
191
191
[tool .hatch .envs .gputest .scripts ]
You can’t perform that action at this time.
0 commit comments