Skip to content

Commit 0940ff0

Browse files
akrherzkafitzgerald
authored andcommitted
Add python 3.13 to CI and metadata
1 parent 6197c5a commit 0940ff0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ "ubuntu-latest", "macos-latest", "macos-14" ]
27-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
27+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
2828
steps:
2929
- name: checkout
3030
uses: actions/checkout@v4

build_envs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: wrf_python_build
33
channels:
44
- conda-forge
55
dependencies:
6-
- python>=3.9, <3.13
6+
- python>=3.9, <3.14
77
- compilers
88
- basemap
99
- cartopy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers = [
1212
]
1313
description = "Diagnostic and interpolation routines for WRF-ARW data."
1414
readme = "README.md"
15-
requires-python = ">=3.9, <3.13"
15+
requires-python = ">=3.9, <3.14"
1616
keywords = [
1717
"python", "wrf-python", "wrf", "forecast", "model",
1818
"weather research and forecasting", "interpolation",

0 commit comments

Comments
 (0)