From 718ac95a3a2dda33446c3d7d840114eabb7d54aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Apr 2023 21:23:36 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8df4677..dfe1059 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ trigger: steps: # Testing - name: Testing - image: python:3.10 + image: python:3.11 commands: - pip install -r requirements.txt - python3 run_tests.py