We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472724f commit 6a1c411Copy full SHA for 6a1c411
pyproject.toml
@@ -131,17 +131,17 @@ dependencies = [
131
features = ["test", "extra"]
132
133
[[tool.hatch.envs.test.matrix]]
134
-python = ["3.11", "3.12"]
+python = ["3.11", "3.12", "3.13"]
135
numpy = ["1.25", "1.26", "2.0"]
136
version = ["minimal"]
137
138
139
140
141
features = ["optional"]
142
143
144
145
146
features = ["gpu"]
147
@@ -162,7 +162,7 @@ dependencies = [
162
features = ["test", "extra", "gpu"]
163
164
[[tool.hatch.envs.gputest.matrix]]
165
166
167
168
0 commit comments