Skip to content

Commit

Permalink
ci/cd: update python version (fix #766)
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed May 30, 2024
1 parent 041cd91 commit 6e004f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuitka-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
repository: 'Linuxfabrik/lib'
path: 'lib'

- name: 'install python3.10'
- name: 'install python3.11'
uses: 'actions/setup-python@v3'
with:
python-version: '3.10' # update as soon as nuitka supports latest python
python-version: '3.11' # update as soon as nuitka supports latest python

- run: 'python.exe -m pip install --upgrade pip wheel setuptools'

Expand Down

0 comments on commit 6e004f7

Please sign in to comment.