Skip to content

Commit

Permalink
pyinstaller: use Python 3.12 for standalone build
Browse files Browse the repository at this point in the history
closes #2383
  • Loading branch information
williballenthin authored Sep 23, 2024
1 parent e29288c commit e0d45ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0d45ab

Please sign in to comment.