1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-16 22:25:40 +07:00

[ci] Bump supported PyPy version to 3.11 (#13877)

Ref: https://pypy.org/posts/2025/07/pypy-v7320-release.html

Authored by: bashonly
This commit is contained in:
bashonly
2025-07-29 16:31:35 -05:00
committed by GitHub
parent 28b68f6875
commit 62e2a9c0d5
5 changed files with 7 additions and 7 deletions

View File

@@ -28,13 +28,13 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: ['3.10', '3.11', '3.12', '3.13', pypy-3.10]
python-version: ['3.10', '3.11', '3.12', '3.13', pypy-3.11]
include:
# atleast one of each CPython/PyPy tests must be in windows
- os: windows-latest
python-version: '3.9'
- os: windows-latest
python-version: pypy-3.10
python-version: pypy-3.11
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}