Skip to content

Commit ebec647

Browse files
committed
Update cpython dependency to version 3.12.7
Bumps the cpython requirement from 3.12.2 to 3.12.7 when Python bindings are enabled, ensuring compatibility with the latest patch release.
1 parent 2b3c6eb commit ebec647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def requirements(self):
9494
self.requires("range-v3/0.12.0")
9595
self.requires("clipper/6.4.2@ultimaker/stable")
9696
if self.options.get_safe("with_python_bindings", False):
97-
self.requires("cpython/3.12.2")
97+
self.requires("cpython/3.12.7")
9898
self.requires("pybind11/2.11.1")
9999
if self.options.get_safe("with_cli", False):
100100
self.requires("assimp/5.4.3")

0 commit comments

Comments
 (0)