Applied patch file and added version pins for qtawesome#518
Applied patch file and added version pins for qtawesome#518
Conversation
|
@dirtdigger how did you get qtawesome 1.4.0 to work with CQ-editor's version pin of <6 on the Spyder IDE? It looks like Spyder only updated their version pin for qtawesome within the last 3 months. |
|
That's a great question. I have a local clone of cq-editor that I run from and periodically rebase, separate from my pip installs. This is probably a unique issue with my setup, at least until the next version of spyder-ide. |
|
Do you have the Spyder IDE updated to >=6 in your local clone? 5.5.6 was the last in the 5.x series that I could pin to, but if the 6.x upgrade is fairly simple it would be good to do that as part of this PR. |
|
Yup! And I'm running with python 3.13. There is one issue with spyder 6 that I think is related to #455 . I had to comment out several of the |
|
I'll keep this PR open, but it is causing some other dependency version issues so it will have to wait until I have the time to focus on it. |
|
I spent some time seeing if I could finish this PR. Version 6 of the Spyder IDE changed how debugging is done, and some of the features have been removed from the Python API. It looks like it will be a significant project to fix/replace the functionality we have now with Spyder 5.5.x, so I'm going to put this PR on hold again. |
|
This all ended up being done as part of #535 |

Co-authored by @dirtdigger via #517