Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 29, 2024
1 parent 0fddd80 commit 8c3785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def export_sources(self):
def requirements(self):
for req in self.conan_data["requirements"]:
self.requires(req)
self.requires("cpython/3.12.2")
self.requires("cpython/3.12.7")
self.requires("nlopt/2.7.1")

# Although not a direct dependency, clipper is for some reason required at link-time
Expand Down

0 comments on commit 8c3785b

Please sign in to comment.