update to use python 3.11

This commit is contained in:
Alex
2023-12-12 13:26:46 +02:00
committed by GitHub
parent 930c597d36
commit f73b39fcab

View File

@@ -17,7 +17,7 @@ jobs:
name: Set up Python name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.8' python-version: '3.11'
- -
name: Update yt-dlp name: Update yt-dlp
run: | run: |