Skip to content

Commit c07d62d

Browse files
setup: bump pyinstaller
fixes bug on python 3.11 and PyInstaller 5.11 pyinstaller/pyinstaller#7692
1 parent 906f5fa commit c07d62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"types-tabulate==0.9.0.2",
7878
],
7979
"build": [
80-
"pyinstaller==5.11.0",
80+
"pyinstaller==5.12.0",
8181
],
8282
},
8383
zip_safe=False,

0 commit comments

Comments
 (0)