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
This commit is contained in:
Willi Ballenthin
2024-09-23 20:33:23 +00:00
committed by GitHub
parent 74777ad23e
commit 783e14b949
2 changed files with 4 additions and 3 deletions

View File

@@ -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