pin python v3.13

This commit is contained in:
Jason2866
2025-12-14 12:54:03 +01:00
committed by David Conran
parent 47c86686a1
commit 4245de90c8

View File

@@ -56,7 +56,9 @@ jobs:
pio-${{ runner.os }}- pio-${{ runner.os }}-
pio- pio-
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip