@@ -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,11 +17,11 @@ 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]
@@ -31,16 +31,23 @@ dependencies = [
3131]
3232
3333[project .optional-dependencies ]
34- test = [
35- " pytest" ,
34+ io = [
3635 " xarray[io]" ,
3736 " gcsfs" ,
3837]
38+ test = [
39+ " xarray_sql[io]" ,
40+ " pytest" ,
41+ ]
3942dev = [
4043 " xarray_sql[test]" ,
4144 " pyink" ,
4245 " py-spy"
4346]
47+ demo = [
48+ " xarray_sql[io]" ,
49+ " coiled" ,
50+ ]
4451
4552[project .urls ]
4653Homepage = " https://github.com/alxmrs/xarray-sql"
@@ -59,4 +66,12 @@ preview = true
5966pyink-indentation = 2
6067pyink-use-majority-quotes = true
6168
62- [tool .setuptools_scm ]
69+ [tool .setuptools_scm ]
70+
71+ [dependency-groups ]
72+ dev = [
73+ " pytest>=8.3.5" ,
74+ " xarray_sql[test]" ,
75+ " pyink" ,
76+ " py-spy"
77+ ]
0 commit comments