Skip to content

Commit 57ae4d7

Browse files
committed
fix pyinstaller installation
1 parent 1a770ab commit 57ae4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ commands =
118118
changedir = testing/freeze
119119
# Disable PEP 517 with pip, which does not work with PyInstaller currently.
120120
deps =
121-
pyinstaller
121+
pyinstaller >= 3.7
122122
commands =
123123
{envpython} create_executable.py
124124
{envpython} tox_run.py

0 commit comments

Comments
 (0)