mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-17 18:02:16 -07:00
Update python version
This commit is contained in:
parent
05aecd77aa
commit
f59e19f061
1 changed files with 1 additions and 1 deletions
|
|
@ -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.2")
|
||||
self.requires("cpython/3.12.7")
|
||||
|
||||
def layout(self):
|
||||
self.folders.source = "."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue