We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c401b34 commit 96bd117Copy full SHA for 96bd117
2 files changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
shell: bash -l {0}
25
strategy:
26
matrix:
27
- python-version: ["3.11", "3.12"]
+ python-version: ["3.11", "3.12", "3.13"]
28
steps:
29
- uses: actions/checkout@v4
30
pyproject.toml
@@ -14,12 +14,12 @@ classifiers = [
14
"License :: OSI Approved :: Apache Software License",
15
"Operating System :: OS Independent",
16
"Programming Language :: Python",
17
- "Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
20
"Topic :: Scientific/Engineering",
21
]
22
-requires-python = ">=3.10"
+requires-python = ">=3.11"
23
dependencies = [
"numpy >= 1.22",
"xarray >= 2024.09.0",
0 commit comments