Skip to content

Commit

Permalink
Update pyodide to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 1, 2023
1 parent 223a97a commit c2aff4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-20.04
env:
PYODIDE_VERSION: "0.22.0"
PYTHON_VERSION: "3.10.2"
PYODIDE_VERSION: "0.23.0"
PYTHON_VERSION: "3.11.2"
NODE_VERSION: 18
steps:
- uses: actions/checkout@v3
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.22.0")
PYODIDE_VERSION = os.getenv("PYODIDE_VERSION", "0.23.0")
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS")
GITHUB_ENV = os.getenv("GITHUB_ENV")

Expand Down

0 comments on commit c2aff4e

Please sign in to comment.