Skip to content

Commit

Permalink
Allow for using Conan 1.60
Browse files Browse the repository at this point in the history
Contributes CURA-10475
  • Loading branch information
jellespijker committed Aug 1, 2023
1 parent f9d4eb9 commit 0f7b092
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 @@ -10,7 +10,7 @@
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):
Expand Down

0 comments on commit 0f7b092

Please sign in to comment.