We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0286804 commit b25d6ebCopy full SHA for b25d6eb
1 file changed
pyproject.toml
@@ -12,7 +12,7 @@ maintainers = [
12
]
13
description = "Diagnostic and interpolation routines for WRF-ARW data."
14
readme = "README.md"
15
-requires-python = ">=3.9, <3.14"
+requires-python = ">=3.10"
16
keywords = [
17
"python", "wrf-python", "wrf", "forecast", "model",
18
"weather research and forecasting", "interpolation",
@@ -26,11 +26,12 @@ classifiers = [
26
"Intended Audience :: Developers",
27
"License :: OSI Approved :: Apache Software License",
28
"Programming Language :: Fortran",
29
- "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3",
30
"Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
32
"Programming Language :: Python :: 3.12",
33
"Programming Language :: Python :: 3.13",
34
+ "Programming Language :: Python :: 3.14",
35
"Topic :: Scientific/Engineering :: Atmospheric Science",
36
"Topic :: Software Development",
37
"Operating System :: POSIX",
0 commit comments