Skip to content

Commit

Permalink
Require older PyQt5-sip for Python before 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Dec 8, 2024
1 parent 56811ca commit b363994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PyJWT~=2.0
pyobjc-core>=6.2, <10; sys_platform == 'darwin'
pyobjc-framework-Cocoa>=6.2, <10; sys_platform == 'darwin'
PyQt5-sip<=12.9.1; python_version < '3.7'
PyQt5-sip<=12.15.0; python_version < '3.9'
PyQt5~=5.11
python-dateutil~=2.7
pywin32; sys_platform == 'win32'
Expand Down

0 comments on commit b363994

Please sign in to comment.