Skip to content

Commit

Permalink
Build with PyInstaller 5.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Sep 11, 2023
1 parent 565f332 commit f89288f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Babel>=2.10.0
PyInstaller==5.12.0
PyInstaller==5.13.2
setuptools>=62.4.0

0 comments on commit f89288f

Please sign in to comment.