mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 19:22:06 +00:00
Clarify reason for using py3.4
This commit is contained in:
parent
9058a0c9c4
commit
6a3ba7df8d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -79,9 +79,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python 3.4
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
# required for Windows XP support
|
||||||
python-version: "3.4"
|
python-version: "3.4"
|
||||||
architecture: x86
|
architecture: x86
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue