Update build.yml: Change Python version from 3.13 to 3.12

This commit is contained in:
2025-11-25 12:03:48 -06:00
parent 9e352e5058
commit 8c39fdf190

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: "3.13"
python-version: "3.12"
- name: Install Python Deps
run: pip install -r requirements.txt
@@ -98,7 +98,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: "3.13"
python-version: "3.12"
- name: Install Python Deps
run: pip install -r requirements.txt