Skip to content

Commit 65847a1

Browse files
committed
Use a compatible CPython with Pyodide
1 parent af2348e commit 65847a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ${{ matrix.python }}
4141
- if: matrix.python == 'pyodide'
4242
uses: actions/setup-python@v5
43-
with: {python-version: 3}
43+
with: {python-version: 3.12}
4444
- if: matrix.python == 'pyodide'
4545
uses: actions/setup-node@v4
4646
- name: Install

0 commit comments

Comments
 (0)