Skip to content

Commit 792a512

Browse files
author
xy
committed
update Pyinstaller, Nuitka + others, Nuitka distro on python3.12
1 parent 7441267 commit 792a512

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/run.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: python setup
7474
uses: actions/setup-python@v5
7575
with:
76-
python-version: "3.11"
76+
python-version: "3.12"
7777
cache: 'pip'
7878
check-latest: true
7979

@@ -123,7 +123,7 @@ jobs:
123123
- name: python setup
124124
uses: actions/setup-python@v5
125125
with:
126-
python-version: "3.11"
126+
python-version: "3.12"
127127
cache: 'pip'
128128
check-latest: true
129129

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
pyinstaller==6.6.0
2-
send2trash==1.8.2
1+
pyinstaller==6.8.0
2+
send2trash==1.8.3
33
zstandard==0.22.0
4-
psutil==5.9.8
4+
psutil==6.0.0
55
pympler==1.0.1
66
ciso8601==2.3.1
77
pywin32==306; sys.platform == 'win32'
8-
nuitka==2.1.5
8+
nuitka==2.3.9
99
tkinterdnd2==0.3.0

0 commit comments

Comments
 (0)