update python version used by actions

This commit is contained in:
foamyguy 2025-05-12 08:36:07 -05:00
parent 897380f116
commit b995150d5f
3 changed files with 6 additions and 6 deletions

View file

@ -18,10 +18,10 @@ jobs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
)" >> $GITHUB_OUTPUT
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Versions
run: |
python3 --version

View file

@ -22,10 +22,10 @@ jobs:
- name: checkout submodules
run: git submodule update --init --jobs 16 --depth 1
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Checkout screenshot maker
run: git clone --depth=1 https://github.com/circuitpython/CircuitPython_Library_Screenshot_Maker

View file

@ -21,10 +21,10 @@ jobs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
)" >> $GITHUB_OUTPUT
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Versions
run: |
python3 --version