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 24
24
shell : bash -l {0}
25
25
strategy :
26
26
matrix :
27
- python-version : ["3.11", "3.12"]
27
+ python-version : ["3.11", "3.12", "3.13" ]
28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ classifiers = [
14
14
" License :: OSI Approved :: Apache Software License" ,
15
15
" Operating System :: OS Independent" ,
16
16
" Programming Language :: Python" ,
17
- " Programming Language :: Python :: 3.10" ,
18
17
" Programming Language :: Python :: 3.11" ,
19
18
" Programming Language :: Python :: 3.12" ,
19
+ " Programming Language :: Python :: 3.13" ,
20
20
" Topic :: Scientific/Engineering" ,
21
21
]
22
- requires-python = " >=3.10 "
22
+ requires-python = " >=3.11 "
23
23
dependencies = [
24
24
" numpy >= 1.22" ,
25
25
" xarray >= 2024.09.0" ,
You can’t perform that action at this time.
0 commit comments