diff options
| author | garret1317 <garret@airmail.cc> | 2025-10-16 09:30:33 +0100 |
|---|---|---|
| committer | garret1317 <garret@airmail.cc> | 2025-10-16 09:30:33 +0100 |
| commit | c47372b8a40033de26ccce8a06a380a9aac5bcee (patch) | |
| tree | 30e43037d79cf4a1a554ea9691737b697b52e60a /.github/workflows | |
| parent | bd3436ba0b71b2f87f83afd329a4ad202a59cedb (diff) | |
| download | yt-dlp-rajiko-c47372b8a40033de26ccce8a06a380a9aac5bcee.tar.gz yt-dlp-rajiko-c47372b8a40033de26ccce8a06a380a9aac5bcee.tar.bz2 yt-dlp-rajiko-c47372b8a40033de26ccce8a06a380a9aac5bcee.zip | |
test action: update python version
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/download.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml index 115ae4e..6094947 100644 --- a/.github/workflows/download.yml +++ b/.github/workflows/download.yml @@ -15,7 +15,7 @@ jobs: include: # atleast one of each CPython/PyPy tests must be in windows - os: windows-latest - python-version: '3.9' + python-version: '3.10' - os: windows-latest python-version: pypy-3.10 steps: |