Use python 3.12 for release builds.

This commit is contained in:
AI Christianson 2025-01-31 17:13:54 -05:00
parent e95c13a6d0
commit a3be03c302
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.x' python-version: '3.12'
# Step 3: Install Normal and Dev Dependencies # Step 3: Install Normal and Dev Dependencies
- name: Install Dependencies - name: Install Dependencies