From 783e14b949ade861624974482a9041cec8863fcb Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 23 Sep 2024 20:33:23 +0000 Subject: [PATCH] pyinstaller: use Python 3.12 for standalone build (#2385) * pyinstaller: use Python 3.12 for standalone build closes #2383 * changelog * ci: build: fix test filename --- .github/workflows/build.yml | 6 +++--- CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f595f9ac1..e81749a57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,8 +30,8 @@ jobs: python_version: 3.8 - os: ubuntu-20.04 artifact_name: capa - asset_name: linux-py311 - python_version: 3.11 + asset_name: linux-py312 + python_version: 3.12 - os: windows-2019 artifact_name: capa.exe asset_name: windows @@ -88,7 +88,7 @@ jobs: asset_name: linux - os: ubuntu-22.04 artifact_name: capa - asset_name: linux-py311 + asset_name: linux-py312 - os: windows-2022 artifact_name: capa.exe asset_name: windows diff --git a/CHANGELOG.md b/CHANGELOG.md index 176d97266..b7825e0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### Bug Fixes +- use Python 3.12 to build extra standalone build on Linux #2383 @williballenthin - bump minimum Python version to 3.8.1 to satisfy uv #2387 @williballenthin ### capa explorer IDA Pro plugin