Skip to content

Commit 96bd117

Browse files
committed
Remove Python 3.10
1 parent c401b34 commit 96bd117

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ classifiers = [
1414
"License :: OSI Approved :: Apache Software License",
1515
"Operating System :: OS Independent",
1616
"Programming Language :: Python",
17-
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
1918
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
2020
"Topic :: Scientific/Engineering",
2121
]
22-
requires-python = ">=3.10"
22+
requires-python = ">=3.11"
2323
dependencies = [
2424
"numpy >= 1.22",
2525
"xarray >= 2024.09.0",

0 commit comments

Comments
 (0)