Actualizar .gitea/workflows/demo.yaml
CI / test (push) Successful in 40s
CI / build (push) Successful in 3s

This commit is contained in:
2026-07-02 14:25:15 +02:00
parent cd3a1a7c47
commit 16d700eb59
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.13-slim
image: python:3.13-bookworm
steps:
- name: Checkout
run: |