From 3207b37d5c84d30b797249a2fb434cd81e06cdeb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Apr 2023 10:09:11 +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 -- 2.45.2