@@ -49,6 +49,7 @@ classifiers = [
4949 ' Programming Language :: Python :: 3' ,
5050 ' Programming Language :: Python :: 3.11' ,
5151 ' Programming Language :: Python :: 3.12' ,
52+ ' Programming Language :: Python :: 3.13' ,
5253]
5354license = {text = " MIT License" }
5455keywords = [" Python" , " compressed" , " ndimensional-arrays" , " zarr" ]
@@ -132,17 +133,17 @@ dependencies = [
132133features = [" test" , " extra" ]
133134
134135[[tool .hatch .envs .test .matrix ]]
135- python = [" 3.11" , " 3.12" ]
136+ python = [" 3.11" , " 3.12" , " 3.13 " ]
136137numpy = [" 1.25" , " 1.26" , " 2.0" ]
137138version = [" minimal" ]
138139
139140[[tool .hatch .envs .test .matrix ]]
140- python = [" 3.11" , " 3.12" ]
141+ python = [" 3.11" , " 3.12" , " 3.13 " ]
141142numpy = [" 1.25" , " 1.26" , " 2.0" ]
142143features = [" optional" ]
143144
144145[[tool .hatch .envs .test .matrix ]]
145- python = [" 3.11" , " 3.12" ]
146+ python = [" 3.11" , " 3.12" , " 3.13 " ]
146147numpy = [" 1.25" , " 1.26" , " 2.0" ]
147148features = [" gpu" ]
148149
@@ -163,7 +164,7 @@ dependencies = [
163164features = [" test" , " extra" , " gpu" ]
164165
165166[[tool .hatch .envs .gputest .matrix ]]
166- python = [" 3.11" , " 3.12" ]
167+ python = [" 3.11" , " 3.12" , " 3.13 " ]
167168numpy = [" 1.25" , " 1.26" , " 2.0" ]
168169version = [" minimal" ]
169170
0 commit comments