@@ -49,6 +49,7 @@ classifiers = [
49
49
' Programming Language :: Python :: 3' ,
50
50
' Programming Language :: Python :: 3.11' ,
51
51
' Programming Language :: Python :: 3.12' ,
52
+ ' Programming Language :: Python :: 3.13' ,
52
53
]
53
54
license = {text = " MIT License" }
54
55
keywords = [" Python" , " compressed" , " ndimensional-arrays" , " zarr" ]
@@ -132,17 +133,17 @@ dependencies = [
132
133
features = [" test" , " extra" ]
133
134
134
135
[[tool .hatch .envs .test .matrix ]]
135
- python = [" 3.11" , " 3.12" ]
136
+ python = [" 3.11" , " 3.12" , " 3.13 " ]
136
137
numpy = [" 1.25" , " 1.26" , " 2.0" ]
137
138
version = [" minimal" ]
138
139
139
140
[[tool .hatch .envs .test .matrix ]]
140
- python = [" 3.11" , " 3.12" ]
141
+ python = [" 3.11" , " 3.12" , " 3.13 " ]
141
142
numpy = [" 1.25" , " 1.26" , " 2.0" ]
142
143
features = [" optional" ]
143
144
144
145
[[tool .hatch .envs .test .matrix ]]
145
- python = [" 3.11" , " 3.12" ]
146
+ python = [" 3.11" , " 3.12" , " 3.13 " ]
146
147
numpy = [" 1.25" , " 1.26" , " 2.0" ]
147
148
features = [" gpu" ]
148
149
@@ -163,7 +164,7 @@ dependencies = [
163
164
features = [" test" , " extra" , " gpu" ]
164
165
165
166
[[tool .hatch .envs .gputest .matrix ]]
166
- python = [" 3.11" , " 3.12" ]
167
+ python = [" 3.11" , " 3.12" , " 3.13 " ]
167
168
numpy = [" 1.25" , " 1.26" , " 2.0" ]
168
169
version = [" minimal" ]
169
170
0 commit comments