Skip to content

Commit 766b235

Browse files
committed
python: Update windows bundle to Python 3.12
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent b028239 commit 766b235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/software.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Create Executable
109109
uses: Martin005/pyinstaller-action@main
110110
with:
111-
python_ver: '3.11'
111+
python_ver: '3.12'
112112
spec: python/inputmodule/cli.py #'src/build.spec'
113113
requirements: 'requirements.txt'
114114
upload_exe_with_name: 'ledmatrixgui'

0 commit comments

Comments
 (0)