Skip to content

Commit fcdb074

Browse files
committed
Bump version to 1.3.0rc1, and fix cmake minimum version
1 parent 6ad177c commit fcdb074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend="scikit_build_core.build"
1414

1515
[project]
1616
name = "cherab-solps"
17-
version = "1.3.0.dev2"
17+
version = "1.3.0rc1"
1818
dependencies = [
1919
"raysect == 0.8.1.*",
2020
"cherab == 1.5.*",
@@ -44,7 +44,7 @@ repository = "https://github.com/cherab/solps"
4444
issues = "https://github.com/cherab/solps/issues"
4545

4646
[tool.scikit-build]
47-
cmake.version = ">=3.21"
47+
cmake.version = ">=3.24"
4848
minimum-version = "0.10"
4949
sdist.exclude = [
5050
".github",

0 commit comments

Comments
 (0)