mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
Clarify reason for using py3.4
This commit is contained in:
parent
9058a0c9c4
commit
6a3ba7df8d
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -79,9 +79,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python 3.4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
# required for Windows XP support
|
||||
python-version: "3.4"
|
||||
architecture: x86
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user