File tree 5 files changed +11
-5
lines changed
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ channels:
6
6
dependencies :
7
7
# Base - required for building the package.
8
8
# =========================================
9
- - python >=3.9
9
+ - python >=3.10
10
10
- cf_xarray >=0.9.1
11
11
- cftime
12
12
- dask
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ channels:
6
6
dependencies :
7
7
# Base - required for building the package.
8
8
# =========================================
9
- - python >=3.9
9
+ - python >=3.10
10
10
- cf_xarray >=0.9.1
11
11
- cftime
12
12
- dask
Original file line number Diff line number Diff line change 17
17
" - [xarray.Dataset.temporal.departures()](../generated/xarray.Dataset.temporal.departures.rst)\n "
18
18
]
19
19
},
20
+ {
21
+ "cell_type" : " code" ,
22
+ "execution_count" : null ,
23
+ "metadata" : {},
24
+ "outputs" : [],
25
+ "source" : []
26
+ },
20
27
{
21
28
"cell_type" : " markdown" ,
22
29
"metadata" : {},
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Instructions
66
66
67
67
We recommend using the Conda environment creation procedure to install ``xcdat ``.
68
68
The advantage with following this approach is that Conda will attempt to resolve
69
- dependencies (e.g. `` python >= 3.9 ``) for compatibility.
69
+ dependencies for compatibility.
70
70
71
71
To create an ``xcdat `` Conda environment, run:
72
72
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "xcdat"
7
7
dynamic = [" version" ]
8
8
description = " Xarray Climate Data Analysis Tools"
9
9
readme = " README.rst"
10
- requires-python = " >=3.9 "
10
+ requires-python = " >=3.10 "
11
11
license = { text = " Apache-2.0" }
12
12
authors = [{ name = " xCDAT developers" }]
13
13
classifiers = [
@@ -16,7 +16,6 @@ classifiers = [
16
16
" License :: OSI Approved :: Apache-2.0 License" ,
17
17
" Natural Language :: English" ,
18
18
" Programming Language :: Python :: 3" ,
19
- " Programming Language :: Python :: 3.9" ,
20
19
" Programming Language :: Python :: 3.10" ,
21
20
" Programming Language :: Python :: 3.11" ,
22
21
" Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments