@@ -3,7 +3,7 @@ name = "xarray_sql"
33dynamic = [" version" ]
44description = " Querry Xarray with SQL."
55readme = " README.md"
6- requires-python = " >=3.8 "
6+ requires-python = " >=3.9 "
77license = {text = " Apache-2.0" }
88authors = [
99 {name = " Alexander Merose" , email = " al@merose.com" },
@@ -17,17 +17,17 @@ classifiers = [
1717 " Operating System :: MacOS :: MacOS X" ,
1818 " Operating System :: Microsoft :: Windows" ,
1919 " Operating System :: POSIX" ,
20- " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: 3.13" ,
2525 " Topic :: Scientific/Engineering :: Atmospheric Science" ,
2626 " Topic :: Database :: Front-Ends" ,
2727]
2828dependencies = [
29- " xarray " ,
30- " dask-sql " ,
29+ " dask-sql>=2024.5.0 " ,
30+ " xarray>=2024.7.0 " ,
3131]
3232
3333[project .optional-dependencies ]
@@ -36,11 +36,6 @@ test = [
3636 " xarray[io]" ,
3737 " gcsfs" ,
3838]
39- dev = [
40- " xarray_sql[test]" ,
41- " pyink" ,
42- " py-spy"
43- ]
4439
4540[project .urls ]
4641Homepage = " https://github.com/alxmrs/xarray-sql"
@@ -59,4 +54,11 @@ preview = true
5954pyink-indentation = 2
6055pyink-use-majority-quotes = true
6156
62- [tool .setuptools_scm ]
57+ [tool .setuptools_scm ]
58+
59+ [dependency-groups ]
60+ dev = [
61+ " xarray_sql[test]" ,
62+ " py-spy>=0.4.0" ,
63+ " pyink>=24.10.1" ,
64+ ]
0 commit comments