Skip to content

Commit d08a600

Browse files
committed
Update Example Chore
1 parent 4e821e1 commit d08a600

File tree

6 files changed

+28
-152
lines changed

6 files changed

+28
-152
lines changed

examples/conan_cmake/library/pdm.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/conan_cmake/library/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ license = { text = "MIT" }
77

88
authors = [{ name = "Synodic Software", email = "contact@synodic.software" }]
99

10-
requires-python = ">=3.13"
10+
requires-python = ">=3.14"
1111

1212
dependencies = ["cppython[conan, cmake, git]>=0.9.0"]
1313

1414

1515
[tool.cppython]
1616
install-path = "install"
1717

18-
dependencies = ["fmt>=11.2.0"]
18+
dependencies = ["fmt>=12.1.0"]
1919

2020
[tool.cppython.generators.cmake]
2121
cmake_binary = "C:/Program Files/CMake/bin/cmake.exe"

examples/conan_cmake/simple/pdm.lock

Lines changed: 1 addition & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/conan_cmake/simple/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ license = { text = "MIT" }
77

88
authors = [{ name = "Synodic Software", email = "contact@synodic.software" }]
99

10-
requires-python = ">=3.13"
10+
requires-python = ">=3.14"
1111

1212
dependencies = ["cppython[conan, cmake, git]>=0.9.0"]
1313

1414

1515
[tool.cppython]
1616
install-path = "install"
1717

18-
dependencies = ["fmt>=11.2.0"]
18+
dependencies = ["fmt>=12.1.0"]
1919

2020
[tool.cppython.generators.cmake]
2121
cmake_binary = "C:/Program Files/CMake/bin/cmake.exe"

0 commit comments

Comments
 (0)