File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.11", "3.12"]
27+ python-version : ["3.11", "3.12", "3.13" ]
2828 steps :
2929 - uses : actions/checkout@v4
3030
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ classifiers = [
1414 " License :: OSI Approved :: Apache Software License" ,
1515 " Operating System :: OS Independent" ,
1616 " Programming Language :: Python" ,
17- " Programming Language :: Python :: 3.10" ,
1817 " Programming Language :: Python :: 3.11" ,
1918 " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
2020 " Topic :: Scientific/Engineering" ,
2121]
22- requires-python = " >=3.10 "
22+ requires-python = " >=3.11 "
2323dependencies = [
2424 " numpy >= 1.22" ,
2525 " xarray >= 2024.09.0" ,
You can’t perform that action at this time.
0 commit comments