Skip to content

Commit

Permalink
Revert CPython to 3.12.2
Browse files Browse the repository at this point in the history
Unfortunately, 3.12.7 doesn't build on Windows yet
  • Loading branch information
wawanbreton committed Dec 2, 2024
1 parent 1a4cf58 commit d52b760
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 @@ -69,7 +69,7 @@ def export_sources(self):
def requirements(self):
for req in self.conan_data["requirements"]:
self.requires(req)
self.requires("cpython/3.12.7")
self.requires("cpython/3.12.2")

def validate(self):
if self.settings.compiler.cppstd:
Expand Down

0 comments on commit d52b760

Please sign in to comment.