pyinstaller 5.11 to 5.12 to fix python compat https://github.com/pyinstaller/pyinstaller/issues/7692

This commit is contained in:
Concedo 2025-10-29 17:51:54 +08:00
parent b5d3dcb6c0
commit 2222078d70
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install customtkinter==5.2.0 pyinstaller==5.11.0 psutil==5.9.5
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5
- name: Display full Visual Studio info Before
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install customtkinter==5.2.0 pyinstaller==5.11.0 psutil==5.9.5
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5
- name: Display full Visual Studio info Before
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install customtkinter==5.2.0 pyinstaller==5.11.0 psutil==5.9.5
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5
- name: Display full Visual Studio info Before
run: |