File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
python-version : ['3.10', '3.11']
25
- numpy-version : ['1.24', '1.26', '2.0.0rc1 ']
25
+ numpy-version : ['1.24', '1.26', '2.0']
26
26
dependency-set : ["minimal", "optional"]
27
27
28
28
steps :
Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ extra-dependencies = [
125
125
features = [" extra" ]
126
126
127
127
[[tool .hatch .envs .test .matrix ]]
128
- python = [" 3.10" , " 3.11" ]
129
- numpy = [" 1.24" , " 1.26" , " 2.0.0rc1 " ]
128
+ python = [" 3.10" , " 3.11" , " 3.12 " ]
129
+ numpy = [" 1.24" , " 1.26" , " 2.0" ]
130
130
version = [" minimal" ]
131
131
132
132
[[tool .hatch .envs .test .matrix ]]
133
- python = [" 3.10" , " 3.11" ]
134
- numpy = [" 1.24" , " 1.26" , " 2.0.0rc1 " ]
133
+ python = [" 3.10" , " 3.11" , " 3.12 " ]
134
+ numpy = [" 1.24" , " 1.26" , " 2.0" ]
135
135
features = [" optional" ]
136
136
137
137
[tool .hatch .envs .test .scripts ]
You can’t perform that action at this time.
0 commit comments