Update Python version in GitHub Actions

This commit is contained in:
2022-12-18 00:14:49 +01:00
parent 66253cd977
commit 35e92c311a
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
id: setup-ffmpeg
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: 'poetry'
- run: poetry install
- run: poetry run pytest