Skip to content

Commit

Permalink
chore: set Pyodide version to 0.22.1
Browse files Browse the repository at this point in the history
Needed so that the repo Python version and the web Python version are in sync.
To be reverted as soon as google/pytype#1308 is addressed
and we can bump our repo Python version to `3.11`
  • Loading branch information
peter-gy committed Jul 23, 2023
1 parent e427f59 commit 6a4956e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyodide/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PYODIDE_REPO_NAME = "pyodide-src"
PYODIDE_REPO_PATH = PYODIDE_BUILD_MODULE_ROOT_PATH / PYODIDE_REPO_NAME
PYODIDE_REPO_URL = "https://github.com/pyodide/pyodide.git"
PYODIDE_REPO_TAG = "0.23.3"
PYODIDE_REPO_TAG = "0.22.1"

# Directory where the Pyodide distribution will be built
PYODIDE_DIST_PATH = PYODIDE_REPO_PATH / "dist"
Expand Down

0 comments on commit 6a4956e

Please sign in to comment.