File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
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.9 ", "3.10 ", "3.11 "]
27
+ python-version : ["3.10 ", "3.11 ", "3.12 "]
28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
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
6
6
7
7
## Requirements
8
8
9
- - Cubed version >=0.14.2
10
- - Xarray version >=2024.02 .0
9
+ - Cubed version >=0.17.0
10
+ - Xarray version >=2024.09 .0
11
11
12
12
## Installation
13
13
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ 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.9" ,
18
17
" Programming Language :: Python :: 3.10" ,
19
18
" Programming Language :: Python :: 3.11" ,
19
+ " Programming Language :: Python :: 3.12" ,
20
20
" Topic :: Scientific/Engineering" ,
21
21
]
22
- requires-python = " >=3.9 "
22
+ requires-python = " >=3.10 "
23
23
dependencies = [
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 " ,
27
27
]
28
28
29
29
You can’t perform that action at this time.
0 commit comments