mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:28:59 +08: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
@ -358,7 +358,7 @@ class CuraConan(ConanFile):
|
||||
if self.options.enterprise:
|
||||
for req in self.conan_data["requirements_enterprise"]:
|
||||
self.requires(req)
|
||||
self.requires("cpython/3.12.7")
|
||||
self.requires("cpython/3.12.2")
|
||||
|
||||
def layout(self):
|
||||
self.folders.source = "."
|
||||
|
Loading…
x
Reference in New Issue
Block a user