@@ -48,6 +48,7 @@ classifiers = [
4848 ' Programming Language :: Python :: 3.10' ,
4949 ' Programming Language :: Python :: 3.11' ,
5050 ' Programming Language :: Python :: 3.12' ,
51+ ' Programming Language :: Python :: 3.13' ,
5152]
5253license = {text = " MIT License" }
5354keywords = [" Python" , " compressed" , " ndimensional-arrays" , " zarr" ]
@@ -130,17 +131,17 @@ dependencies = [
130131features = [" test" , " extra" ]
131132
132133[[tool .hatch .envs .test .matrix ]]
133- python = [" 3.10" , " 3.11" , " 3.12" ]
134+ python = [" 3.10" , " 3.11" , " 3.12" , " 3.13 " ]
134135numpy = [" 1.24" , " 1.26" , " 2.0" ]
135136version = [" minimal" ]
136137
137138[[tool .hatch .envs .test .matrix ]]
138- python = [" 3.10" , " 3.11" , " 3.12" ]
139+ python = [" 3.10" , " 3.11" , " 3.12" , " 3.13 " ]
139140numpy = [" 1.24" , " 1.26" , " 2.0" ]
140141features = [" optional" ]
141142
142143[[tool .hatch .envs .test .matrix ]]
143- python = [" 3.10" , " 3.11" , " 3.12" ]
144+ python = [" 3.10" , " 3.11" , " 3.12" , " 3.13 " ]
144145numpy = [" 1.24" , " 1.26" , " 2.0" ]
145146features = [" gpu" ]
146147
@@ -161,7 +162,7 @@ dependencies = [
161162features = [" test" , " extra" , " gpu" ]
162163
163164[[tool .hatch .envs .gputest .matrix ]]
164- python = [" 3.10" , " 3.11" , " 3.12" ]
165+ python = [" 3.10" , " 3.11" , " 3.12" , " 3.13 " ]
165166numpy = [" 1.24" , " 1.26" , " 2.0" ]
166167version = [" minimal" ]
167168
0 commit comments