Skip to content

Commit 001201c

Browse files
committed
Python 3.11
1 parent 5c22ad8 commit 001201c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pyodide.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
uses: actions/checkout@v4
3333
- name: Setup Python
3434
uses: actions/setup-python@v5
35+
with:
36+
python-version: '3.11'
3537
- name: install requirements
3638
run: pip install -r requirements.txt
3739
- name: install pyodide requirements

0 commit comments

Comments
 (0)