Skip to content

Commit

Permalink
setup: bump pyinstaller
Browse files Browse the repository at this point in the history
fixes bug on python 3.11 and PyInstaller 5.11
pyinstaller/pyinstaller#7692
  • Loading branch information
williballenthin committed Jun 22, 2023
1 parent 906f5fa commit c07d62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"types-tabulate==0.9.0.2",
],
"build": [
"pyinstaller==5.11.0",
"pyinstaller==5.12.0",
],
},
zip_safe=False,
Expand Down

0 comments on commit c07d62d

Please sign in to comment.