1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-24 11:11:54 +00:00

Clarify reason for using py3.4

This commit is contained in:
Simon Sawicki 2024-07-24 01:38:34 +02:00
parent 9058a0c9c4
commit 6a3ba7df8d
No known key found for this signature in database

View file

@ -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