Skip to content

Commit 97643e7

Browse files
DWeslkafitzgerald
andauthored
BLD: Update python_version to >=3.9 in pyproject.toml
Don't specify Python version in CMakeLists.txt Co-authored-by: Katelyn FitzGerald <[email protected]>
1 parent e502213 commit 97643e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)
1616
)
1717
endif()
1818

19-
find_package(Python 3.8 REQUIRED COMPONENTS Development.Module NumPy)
19+
find_package(Python COMPONENTS Interpreter Development.Module NumPy REQUIRED)
2020

2121
# Ensure scikit-build modules
2222
if (NOT SKBUILD)

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.7, <3.13"
15+
requires-python = ">=3.9, <3.13"
1616
keywords = [
1717
"python", "wrf-python", "wrf", "forecast", "model",
1818
"weather research and forecasting", "interpolation",

0 commit comments

Comments
 (0)