use python 3.12 inside actions containers

This commit is contained in:
foamyguy 2025-04-08 09:19:35 -05:00
parent 019a606f28
commit 553dcf78c9
2 changed files with 3 additions and 3 deletions

View file

@ -15,10 +15,10 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Versions
run: |
python3 --version

View file

@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip