Skip to content

Commit

Permalink
update Pyinstaller, Nuitka + others, Nuitka distro on python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xy committed Jun 21, 2024
1 parent 7441267 commit 792a512
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: 'pip'
check-latest: true

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pyinstaller==6.6.0
send2trash==1.8.2
pyinstaller==6.8.0
send2trash==1.8.3
zstandard==0.22.0
psutil==5.9.8
psutil==6.0.0
pympler==1.0.1
ciso8601==2.3.1
pywin32==306; sys.platform == 'win32'
nuitka==2.1.5
nuitka==2.3.9
tkinterdnd2==0.3.0

0 comments on commit 792a512

Please sign in to comment.