We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb9281 commit 37eb101Copy full SHA for 37eb101
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: actions/setup-python@v6
27
with:
28
- python-version: '3.11'
+ python-version: '3.13'
29
30
- name: Install Linux system dependencies
31
if: runner.os == 'Linux'
pyinstaller.spec
@@ -27,6 +27,7 @@ a = Analysis(
hookspath=[],
runtime_hooks=[
'pyinstaller/pyi_rth_fontconfig.py',
+ 'pyinstaller/pyi_rth_qt_xcb.py',
],
32
excludes=['_tkinter', 'spyder'],
33
win_no_prefer_redirects=False,
0 commit comments