Skip to content

Commit 036e76b

Browse files
authored
Drop Python 3.9 (#23)
1 parent 4540cc0 commit 036e76b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash -l {0}
2525
strategy:
2626
matrix:
27-
python-version: ["3.9", "3.10", "3.11"]
27+
python-version: ["3.10", "3.11", "3.12"]
2828
steps:
2929
- uses: actions/checkout@v4
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Interface for using [cubed](https://github.com/cubed-dev/cubed) with [xarray](ht
66

77
## Requirements
88

9-
- Cubed version >=0.14.2
10-
- Xarray version >=2024.02.0
9+
- Cubed version >=0.17.0
10+
- Xarray version >=2024.09.0
1111

1212
## Installation
1313

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
2020
"Topic :: Scientific/Engineering",
2121
]
22-
requires-python = ">=3.9"
22+
requires-python = ">=3.10"
2323
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",
2727
]
2828

2929

0 commit comments

Comments
 (0)