mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Revert CPython to 3.12.2
Unfortunately, 3.12.7 doesn't build on Windows yet
This commit is contained in:
parent
c245b29fc4
commit
8d332f5bcc
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ class CuraConan(ConanFile):
|
||||||
if self.options.enterprise:
|
if self.options.enterprise:
|
||||||
for req in self.conan_data["requirements_enterprise"]:
|
for req in self.conan_data["requirements_enterprise"]:
|
||||||
self.requires(req)
|
self.requires(req)
|
||||||
self.requires("cpython/3.12.7")
|
self.requires("cpython/3.12.2")
|
||||||
|
|
||||||
def layout(self):
|
def layout(self):
|
||||||
self.folders.source = "."
|
self.folders.source = "."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue