Bump workflow to Python 3.13

This commit is contained in:
Campbell 2025-12-18 15:56:56 -05:00
parent e304de58f2
commit 5faab5bade
Signed by: NinjaCheetah
GPG Key ID: B547958AF96ED344

View File

@ -22,10 +22,10 @@ jobs:
run: |
sudo apt update && \
sudo apt install -y ccache patchelf
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
@ -49,10 +49,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
@ -79,7 +79,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
@ -105,10 +105,10 @@ jobs:
- uses: actions/checkout@v4
- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1.13.0
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
@ -129,10 +129,10 @@ jobs:
- uses: actions/checkout@v4
- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1.13.0
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip