Clarify reason for using py3.4

pull/32876/head
Simon Sawicki 8 months ago
parent 9058a0c9c4
commit 6a3ba7df8d
No known key found for this signature in database

@ -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…
Cancel
Save