Skip to content

Commit

Permalink
use python 3.13 for building nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Nov 16, 2024
1 parent 4c84e96 commit 7c1325d
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,8 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Set up Python 3.12"
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip

- name: "Install requirements"
shell: bash
run: |
python -m pip install -U pip
python -m pip install -U -r requirements.txt
- name: "Set up Python environment"
uses: ./.github/actions/setup-python

- name: "Generate version info file"
shell: pwsh
Expand All @@ -42,7 +33,7 @@ jobs:
- uses: Nuitka/Nuitka-Action@main
if: ${{ endsWith( matrix.nuitka_type, '_nuitka') }}
with:
nuitka-version: 2.4.11
nuitka-version: 2.5
script-name: src/dcs_py.py
onefile: true
windows-console-mode: disable
Expand All @@ -63,7 +54,7 @@ jobs:
- uses: Nuitka/Nuitka-Action@main
if: ${{ endsWith( matrix.nuitka_type, '_cli') }}
with:
nuitka-version: 2.4.11
nuitka-version: 2.5
script-name: src/dcs_py.py
onefile: true
windows-console-mode: force
Expand Down

0 comments on commit 7c1325d

Please sign in to comment.