Skip to content

Commit 984471d

Browse files
committed
Update Python for remotemaker.
1 parent 9df3673 commit 984471d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-release-female.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.12'
1616
- name: Install remotemaker
1717
run: |
1818
python -m pip install ${{ vars.REMOTE_MAKER_WHEEL }}

.github/workflows/publish-release-male.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.12'
1616
- name: Install remotemaker
1717
run: |
1818
python -m pip install ${{ vars.REMOTE_MAKER_WHEEL }}

0 commit comments

Comments
 (0)