Skip to content

Commit 6542224

Browse files
authored
Update Python version metadata to reflect support for 3.13 (#292)
* update Python version info in pyproject.toml * remove Python version pin in macos-arm env * remove Python version pin * remove version pin for python
1 parent 2705aae commit 6542224

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

build_envs/platform-specific/macos_arm64.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.12
6+
- python
77
- basemap
88
- cartopy
99
- clang_osx-arm64

build_envs/platform-specific/macos_x64.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.12
6+
- python
77
- basemap
88
- cartopy
99
- clang_osx-64

build_envs/platform-specific/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- msys2
66
dependencies:
7-
- python<3.12
7+
- python
88
- basemap
99
- cartopy
1010
- jupyter

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3334
"Topic :: Scientific/Engineering :: Atmospheric Science",
3435
"Topic :: Software Development",
3536
"Operating System :: POSIX",

0 commit comments

Comments
 (0)