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

Merged
EndMove merged 1 commits from renovate/master-python-3.x into master 2023-04-07 13:07:23 +02:00
Showing only changes of commit 3207b37d5c - Show all commits

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