File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 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']
2626 dependency-set : ["minimal", "optional"]
2727
2828 steps :
Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ extra-dependencies = [
125125features = [" extra" ]
126126
127127[[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" ]
130130version = [" minimal" ]
131131
132132[[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" ]
135135features = [" optional" ]
136136
137137[tool .hatch .envs .test .scripts ]
You can’t perform that action at this time.
0 commit comments