Bump python drone version

This commit is contained in:
2023-05-24 17:16:42 -04:00
parent 6c56cfab85
commit 7758c56d10

View File

@ -9,7 +9,7 @@ name: run_tests
steps: steps:
# Run tests against Python/Flask engine backend (with pytest) # Run tests against Python/Flask engine backend (with pytest)
- name: pytest with coverage - name: pytest with coverage
image: python:3.10.4 image: python:3.11.1
commands: commands:
# Install dependencies # Install dependencies
- cp vrobbler.conf.test vrobbler.conf - cp vrobbler.conf.test vrobbler.conf