From 792a5127d530a2ab3582919297d97dd14b1351c0 Mon Sep 17 00:00:00 2001 From: xy Date: Fri, 21 Jun 2024 07:42:13 +0200 Subject: [PATCH] update Pyinstaller, Nuitka + others, Nuitka distro on python3.12 --- .github/workflows/run.yml | 4 ++-- requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index d7eaeb7..c4b7854 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index 5982029..4eb9992 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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