Skip to content

Commit

Permalink
Upgrade pyodide to 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 16, 2022
1 parent 4e533f9 commit 3d76daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
name: Test Emscripten
runs-on: ubuntu-latest
env:
PYODIDE_VERSION: '0.21.2'
PYODIDE_VERSION: '0.21.3'
PYTHON_VERSION: '3.10.2'
NODE_VERSION: 18
steps:
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import nox


PYODIDE_VERSION = os.getenv("PYODIDE_VERSION", "0.21.2")
PYODIDE_VERSION = os.getenv("PYODIDE_VERSION", "0.21.3")
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS")
GITHUB_ENV = os.getenv("GITHUB_ENV")

Expand Down

0 comments on commit 3d76daf

Please sign in to comment.