From 7758c56d10896a1ba8499628341a0dd7e15875a4 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 24 May 2023 17:16:42 -0400 Subject: [PATCH] Bump python drone version --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8161b63..1917c77 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ name: run_tests steps: # Run tests against Python/Flask engine backend (with pytest) - name: pytest with coverage - image: python:3.10.4 + image: python:3.11.1 commands: # Install dependencies - cp vrobbler.conf.test vrobbler.conf