diff --git a/conandata.yml b/conandata.yml index e20c02a..bf75ceb 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1 +1 @@ -version: "1.0.1" +version: "1.0.2-alpha.0" diff --git a/conanfile.py b/conanfile.py index 5254a39..c054193 100644 --- a/conanfile.py +++ b/conanfile.py @@ -104,7 +104,7 @@ def requirements(self): self.requires("range-v3/0.12.0") self.requires("clipper/6.4.2@ultimaker/stable") if self.options.get_safe("with_python_bindings", False): - self.requires("cpython/3.12.2") + self.requires("cpython/3.12.7") self.requires("pybind11/2.11.1") if self.options.get_safe("with_cli", False): self.requires("assimp/5.4.3")