Skip to content

Commit 3f78c24

Browse files
Update cmake requirement from <3.27 to <4.4
Updates the requirements on [cmake](https://github.com/scikit-build/cmake-python-distributions) to permit the latest version. - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases) - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst) - [Commits](scikit-build/cmake-python-distributions@0.1.0...4.3.2) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01e0fc9 commit 3f78c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"cmake<3.27",
3+
"cmake<4.4",
44
"deprecated", # Because used in csp.impl.struct, which is used in autogen
55
# oldest numpy 2 we can
66
"numpy>=2,<2.1; python_version < '3.13'",

0 commit comments

Comments
 (0)