1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 06:35:42 +07:00

[ci] Test with Python 3.14 (#13468)

Authored by: bashonly
This commit is contained in:
bashonly
2025-09-11 10:35:55 -05:00
committed by GitHub
parent ba80446855
commit 83b8409366
5 changed files with 11 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', pypy-3.11]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev', pypy-3.11]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}