Use python 3.12 for release builds.
This commit is contained in:
parent
e95c13a6d0
commit
a3be03c302
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue