Skip to content

Commit 37eb101

Browse files
committed
Bumped Python version to test that
1 parent 0eb9281 commit 37eb101

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-python@v6
2727
with:
28-
python-version: '3.11'
28+
python-version: '3.13'
2929

3030
- name: Install Linux system dependencies
3131
if: runner.os == 'Linux'

pyinstaller.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ a = Analysis(
2727
hookspath=[],
2828
runtime_hooks=[
2929
'pyinstaller/pyi_rth_fontconfig.py',
30+
'pyinstaller/pyi_rth_qt_xcb.py',
3031
],
3132
excludes=['_tkinter', 'spyder'],
3233
win_no_prefer_redirects=False,

0 commit comments

Comments
 (0)