From 9428c5d45b14c432d0f369643c567cdc3a8f5e18 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 14 Feb 2022 11:29:19 -0500 Subject: [PATCH] We can use modern PyInstaller. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 3125548f4..e42958b28 100644 --- a/tox.ini +++ b/tox.ini @@ -218,9 +218,7 @@ extras = deps = {[testenv]deps} packaging - # PyInstaller 4.0 drops Python 2 support. When we finish porting to - # Python 3 we can reconsider this constraint. - pyinstaller < 4.0 + pyinstaller pefile ; platform_system == "Windows" # Setting PYTHONHASHSEED to a known value assists with reproducible builds. # See https://pyinstaller.readthedocs.io/en/stable/advanced-topics.html#creating-a-reproducible-build