Skip to content

Commit 29330c0

Browse files
.github/workflows/test_pyodide.yml: fix python version and upload-artifact version.
1 parent ec7e45d commit 29330c0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test_pyodide.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
# 2023-12-22: Python-3.12 is known to fail, due to setuptools trying to
29-
# import distutils.
30-
python-version: ["3.11"]
28+
# Python version needs to match emsdk.
29+
python-version: ["3.12"]
3130

3231
# Avoid cancelling of all runs after a single failure.
3332
fail-fast: false
@@ -53,6 +52,6 @@ jobs:
5352

5453
# Upload generated wheels, to be accessible from github Actions page.
5554
#
56-
- uses: actions/upload-artifact@v3
55+
- uses: actions/upload-artifact@v4
5756
with:
5857
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)