Skip to content

Commit 6a1c411

Browse files
committed
update hatch matrix
1 parent 472724f commit 6a1c411

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,17 @@ dependencies = [
131131
features = ["test", "extra"]
132132

133133
[[tool.hatch.envs.test.matrix]]
134-
python = ["3.11", "3.12"]
134+
python = ["3.11", "3.12", "3.13"]
135135
numpy = ["1.25", "1.26", "2.0"]
136136
version = ["minimal"]
137137

138138
[[tool.hatch.envs.test.matrix]]
139-
python = ["3.11", "3.12"]
139+
python = ["3.11", "3.12", "3.13"]
140140
numpy = ["1.25", "1.26", "2.0"]
141141
features = ["optional"]
142142

143143
[[tool.hatch.envs.test.matrix]]
144-
python = ["3.11", "3.12"]
144+
python = ["3.11", "3.12", "3.13"]
145145
numpy = ["1.25", "1.26", "2.0"]
146146
features = ["gpu"]
147147

@@ -162,7 +162,7 @@ dependencies = [
162162
features = ["test", "extra", "gpu"]
163163

164164
[[tool.hatch.envs.gputest.matrix]]
165-
python = ["3.11", "3.12"]
165+
python = ["3.11", "3.12", "3.13"]
166166
numpy = ["1.25", "1.26", "2.0"]
167167
version = ["minimal"]
168168

0 commit comments

Comments
 (0)