chore(deps): update python docker tag to v3.11

This commit is contained in:
RenovateBot 2023-04-06 21:23:36 +00:00
parent b1dfdc4112
commit 718ac95a3a

View File

@ -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