Github CI: Backend web test runner use python 3.11.8

This commit is contained in:
Daniel Markstedt 2024-03-22 14:53:09 +09:00
parent 0957c517c4
commit 84f52d24b1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.7.15
python-version: 3.11.8
cache: 'pip'
- run: pip install -r web/requirements-dev.txt