Skip to content

Commit

Permalink
ci(github): update build-win to python:3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Dec 15, 2024
1 parent 83324f7 commit d0f9d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
ASSET: ${{ github.event.repository.name }}_${{ github.ref_name }}_windows_amd64.zip
BINARY: ${{ github.event.repository.name }}.exe
NUITKA_CACHE_DIR: /cache/nuitka
PYTHON_VERSION: "3.12"
PYTHON_VERSION: "3.13"
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d0f9d8a

Please sign in to comment.