From 6a46767e07976bacaddfa9b889bbc4d4adefc03a Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 14 Nov 2023 17:24:19 -0600 Subject: [PATCH] Fix Python version in drone file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d75a57e..93de3bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: Make semi-static build with pyinstaller (NOT actually static) - image: python:latest + image: python:3.11-bookworm environment: GITEA_TOKEN: from_secret: gitea_token