Remove Python 3.7 support (#8361)

Closes #7803
Authored by: bashonly
This commit is contained in:
bashonly
2023-11-16 12:39:00 -06:00
committed by GitHub
parent fe6c82ccff
commit f4b95acafc
12 changed files with 100 additions and 94 deletions

View File

@@ -15,7 +15,7 @@ jobs:
with:
python-version: '3.11'
- name: Install test requirements
run: pip install pytest pycryptodomex
run: pip install pytest -r requirements.txt
- name: Run tests
run: |
python3 -m yt_dlp -v || true