Edward, Vitalijie, What is the actual required version of PyQt?
I've been taking the lazy path in setup.py and saying "just use whatever is current", however as Reinhard recently reported that means we're now incompatible with Anaconda's out of the box Spyder: ERROR: spyder 3.3.6 has requirement pyqt5<5.13; python_version >= "3", but you'll have pyqt5 5.13.1 which is incompatible. Our minimum is v5.12, following from #1202. <https://github.com/leo-editor/leo-editor/issues/1202> Is Leo using any v5.13 features? (or wanting too?) The simple fix is for me to put an upper cap in setup.py but I wouldn't want to close anything off. -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/03a375d4-63bc-4f32-9b73-23abde5a368e%40googlegroups.com.
