File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424 shell : bash -l {0}
2525 strategy :
2626 matrix :
27- python-version : ["3.9 ", "3.10 ", "3.11 "]
27+ python-version : ["3.10 ", "3.11 ", "3.12 "]
2828 steps :
2929 - uses : actions/checkout@v4
3030
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Interface for using [cubed](https://github.com/cubed-dev/cubed) with [xarray](ht
66
77## Requirements
88
9- - Cubed version >=0.14.2
10- - Xarray version >=2024.02 .0
9+ - Cubed version >=0.17.0
10+ - Xarray version >=2024.09 .0
1111
1212## Installation
1313
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ classifiers = [
1414 " License :: OSI Approved :: Apache Software License" ,
1515 " Operating System :: OS Independent" ,
1616 " Programming Language :: Python" ,
17- " Programming Language :: Python :: 3.9" ,
1817 " Programming Language :: Python :: 3.10" ,
1918 " Programming Language :: Python :: 3.11" ,
19+ " Programming Language :: Python :: 3.12" ,
2020 " Topic :: Scientific/Engineering" ,
2121]
22- requires-python = " >=3.9 "
22+ requires-python = " >=3.10 "
2323dependencies = [
24- " numpy >= 1.17.1 " ,
25- " xarray >= 2024.02 .0" ,
26- " cubed >= 0.14.2 " ,
24+ " numpy >= 1.22 " ,
25+ " xarray >= 2024.09 .0" ,
26+ " cubed >= 0.17.0 " ,
2727]
2828
2929
You can’t perform that action at this time.
0 commit comments