Skip to content

Commit b06e2eb

Browse files
setup python 12 in action
1 parent 4d7560c commit b06e2eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
name: Build ${{ matrix.name }}
4141
runs-on: ${{ matrix.os }}
4242
steps:
43+
- name: Set up Python 3.12
44+
uses: actions/setup-python@v2
45+
with:
46+
python-version: 3.12
4347
- if: matrix.node
4448
uses: actions/setup-node@v4
4549
with:

0 commit comments

Comments
 (0)