python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
69 stars 31 forks source link

Remove PyQt5.sip.array from allowlist #197

Closed altendky closed 2 years ago

altendky commented 2 years ago

Given the failure on master, presumably this will break 3.6 though I haven't identified why quite yet.

altendky commented 2 years ago

https://www.diffchecker.com/QDxLmKiR shows PyQt5-sip==12.9.1 vs. PyQt5-sip==12.11.0 so I guess that's the issue.

altendky commented 2 years ago

I don't necessarily like this, but it's an option and confirms the problem.

bluebird75 commented 2 years ago

The unbreakage seems to come from PyQt5-sip moving from 12.10.1 to 12.11.0 for python > 3.6 .