Skip to content

Commit b25d6eb

Browse files
committed
Update Python version requirements in pyproject.toml
1 parent 0286804 commit b25d6eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
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.14"
15+
requires-python = ">=3.10"
1616
keywords = [
1717
"python", "wrf-python", "wrf", "forecast", "model",
1818
"weather research and forecasting", "interpolation",
@@ -26,11 +26,12 @@ classifiers = [
2626
"Intended Audience :: Developers",
2727
"License :: OSI Approved :: Apache Software License",
2828
"Programming Language :: Fortran",
29-
"Programming Language :: Python :: 3.9",
29+
"Programming Language :: Python :: 3",
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: 3.13",
34+
"Programming Language :: Python :: 3.14",
3435
"Topic :: Scientific/Engineering :: Atmospheric Science",
3536
"Topic :: Software Development",
3637
"Operating System :: POSIX",

0 commit comments

Comments
 (0)