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