File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 shell : bash -l {0}
2525 strategy :
2626 matrix :
27- python-version : ["3.11 ", "3.12 ", "3.13 "]
27+ python-version : ["3.12 ", "3.13 ", "3.14 "]
2828 steps :
2929 - uses : actions/checkout@v4
3030
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.11" ,
1817 " Programming Language :: Python :: 3.12" ,
1918 " Programming Language :: Python :: 3.13" ,
19+ " Programming Language :: Python :: 3.14" ,
2020 " Topic :: Scientific/Engineering" ,
2121]
22- requires-python = " >=3.11 "
22+ requires-python = " >=3.12 "
2323dependencies = [
24- " numpy >= 1.22 " ,
24+ " numpy >= 2 " ,
2525 " xarray >= 2024.09.0" ,
26- " cubed >= 0.24 .0" ,
26+ " cubed >= 0.27 .0" ,
2727]
2828
2929
You can’t perform that action at this time.
0 commit comments