From f89288f16bb87e1a9bdfdf8eb1dc1ad0e3dde68a Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Mon, 11 Sep 2023 12:39:37 +0200 Subject: [PATCH] Build with PyInstaller 5.13.2 --- .github/workflows/package.yml | 2 +- requirements-build.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 6cf17228d7..54f987eef5 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -73,7 +73,7 @@ jobs: cd .. pip3 install . env: - PYINSTALLER_VERSION: v5.12.0 + PYINSTALLER_VERSION: v5.13.2 CFLAGS: -mmacosx-version-min=${{ matrix.setup.macos-deployment-version }} CPPFLAGS: -mmacosx-version-min=${{ matrix.setup.macos-deployment-version }} LDFLAGS: -mmacosx-version-min=${{ matrix.setup.macos-deployment-version }} diff --git a/requirements-build.txt b/requirements-build.txt index 5eb0701fd9..5b9e9bd60b 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,3 +1,3 @@ Babel>=2.10.0 -PyInstaller==5.12.0 +PyInstaller==5.13.2 setuptools>=62.4.0