Skip to content

Commit

Permalink
Use CPython/3.10.4
Browse files Browse the repository at this point in the history
Contributes to CURA-8831
  • Loading branch information
jellespijker committed Aug 24, 2022
1 parent 04359cc commit 6ae4cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pyqt6/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def layout(self):
self.folders.source = "source"

def requirements(self):
self.requires("cpython/3.10.4@ultimaker/testing")
self.requires("cpython/3.10.4")
self.requires(f"qt/{self.version}")

# Overriding version conflicts of dependencies for cpython and qt
Expand Down

0 comments on commit 6ae4cbd

Please sign in to comment.