Fix Python version in drone file
This commit is contained in:
parent
4d69959c64
commit
6a46767e07
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Make semi-static build with pyinstaller (NOT actually static)
|
- name: Make semi-static build with pyinstaller (NOT actually static)
|
||||||
image: python:latest
|
image: python:3.11-bookworm
|
||||||
environment:
|
environment:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
|
Loading…
Reference in a new issue