Skip to content

Commit

Permalink
Fixing PyQt5-sip to the last version for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie committed Dec 11, 2024
1 parent 62534b8 commit e11d490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# occurring with Pylint 3
pylint==2.17.7;python_version=="3.8"
astroid==2.15.8;python_version=="3.8"
PyQt5-sip==12.15.0;python_version=="3.8"
pylint==3.1.0;python_version>"3.8"
astroid==3.1.0;python_version>"3.8"

Expand Down

0 comments on commit e11d490

Please sign in to comment.