Skip to content

Commit 99855c0

Browse files
authored
Drop Python 3.11 (#44)
1 parent 831aa91 commit 99855c0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.11", "3.12", "3.13"]
27+
python-version: ["3.12", "3.13", "3.14"]
2828
steps:
2929
- uses: actions/checkout@v4
3030

pyproject.toml

Lines changed: 4 additions & 4 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.11",
1817
"Programming Language :: Python :: 3.12",
1918
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
2020
"Topic :: Scientific/Engineering",
2121
]
22-
requires-python = ">=3.11"
22+
requires-python = ">=3.12"
2323
dependencies = [
24-
"numpy >= 1.22",
24+
"numpy >= 2",
2525
"xarray >= 2024.09.0",
26-
"cubed >= 0.24.0",
26+
"cubed >= 0.27.0",
2727
]
2828

2929

0 commit comments

Comments
 (0)