Fix Python version in drone file

This commit is contained in:
askiiart 2023-11-14 17:24:19 -06:00
parent 4d69959c64
commit 6a46767e07
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67

View file

@ -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