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 4b0ff58 commit 4e6caddCopy full SHA for 4e6cadd
scripts/test.py
@@ -541,6 +541,9 @@ def pyodide_setup(
541
command += ' && pyodide build --exports pyinit'
542
subprocess.run(command, shell=1, check=1)
543
'''
544
+
545
+ pv = platform.python_version_tuple()[:2]
546
+ assert pv == ('3', '12'), f'Pyodide builds need to be run with Python-3.12 but current Python is {platform.python_version()}.'
547
command = f'cd {directory}'
548
549
# Clone/update emsdk. We always use the latest emsdk with `git pull`.
0 commit comments