Skip to content

Commit 758aaf9

Browse files
committed
upgrade dependent package version; test with Python 3.14
1 parent 18303db commit 758aaf9

3 files changed

Lines changed: 1632 additions & 1267 deletions

File tree

.github/workflows/tests-python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ jobs:
2525
python-version: "3.12"
2626
- os: ubuntu-latest
2727
python-version: "3.13"
28+
- os: ubuntu-latest
29+
python-version: "3.14"
2830
- os: macos-latest
29-
python-version: "3.13"
31+
python-version: "3.14"
3032
continue-on-error: true
3133
- os: windows-latest
32-
python-version: "3.13"
34+
python-version: "3.14"
3335
continue-on-error: true
3436

3537
name: Python ${{ matrix.python-version }} • ${{ matrix.os }}

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ classifiers = [
2121
]
2222
keywords = ["weather", "meteorology", "mesonet", "atmosphere"]
2323
dependencies = [
24-
"numpy>=2.3.2",
25-
"polars[plot,style,timezone]>=1.33.0",
26-
"requests>=2.32.5",
24+
"numpy>=2.4.6",
25+
"polars[plot,style,timezone]>=1.41.2",
26+
"requests>=2.34.2",
2727
"toml>=0.10.2",
2828
]
2929
dynamic = ["version"]
@@ -39,13 +39,13 @@ dynamic = ["version"]
3939
plot = [
4040
"altair>=5.5.0",
4141
"cartopy>=0.25.0",
42-
"herbie-data>=2025.7.0",
43-
"matplotlib>=3.10.6",
42+
"herbie-data>=2026.3.0",
43+
"matplotlib>=3.10.9",
4444
"seaborn>=0.13.2",
4545
]
4646
pandas = [
4747
"pandas>=2.3.2",
48-
"pyarrow>=21.0.0",
48+
"pyarrow>=24.0.0",
4949
]
5050

5151
[build-system]

0 commit comments

Comments
 (0)