mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Increased max conan version to 1.60.0
For some magical reason, i got issues with 1.56.0. It used to work but when I needed to do a conan install, it suddenly failed to install any python packages, claiming I didn't have openssl.
This commit is contained in:
parent
3d289d75f9
commit
d08e2bc018
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from conan.tools.env import VirtualRunEnv, Environment, VirtualBuildEnv
|
|||
from conan.tools.scm import Version
|
||||
from conan.errors import ConanInvalidConfiguration, ConanException
|
||||
|
||||
required_conan_version = "<=1.56.0"
|
||||
required_conan_version = "<=1.60.0"
|
||||
|
||||
|
||||
class CuraConan(ConanFile):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue