We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7e45d commit 29330c0Copy full SHA for 29330c0
.github/workflows/test_pyodide.yml
@@ -25,9 +25,8 @@ jobs:
25
26
strategy:
27
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"]
+ # Python version needs to match emsdk.
+ python-version: ["3.12"]
31
32
# Avoid cancelling of all runs after a single failure.
33
fail-fast: false
@@ -53,6 +52,6 @@ jobs:
53
52
54
# Upload generated wheels, to be accessible from github Actions page.
55
#
56
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
57
with:
58
path: ./wheelhouse/*.whl
0 commit comments