Skip to content

Commit

Permalink
Merge #1387
Browse files Browse the repository at this point in the history
1387: Update pyodide to 0.22.0 r=messense a=messense

https://pyodide.org/en/stable/project/changelog.html#version-0-22-0

Co-authored-by: messense <messense@icloud.com>
  • Loading branch information
bors[bot] and messense authored Jan 3, 2023
2 parents b914c44 + c9fa892 commit 094727c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-20.04
env:
PYODIDE_VERSION: '0.21.3'
PYODIDE_VERSION: '0.22.0'
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.3")
PYODIDE_VERSION = os.getenv("PYODIDE_VERSION", "0.22.0")
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS")
GITHUB_ENV = os.getenv("GITHUB_ENV")

Expand Down
2 changes: 1 addition & 1 deletion tests/emscripten_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function make_tty_ops(stream){
console.warn(e);
}
},
flush(tty) {
fsync(tty) {
if (!tty.output || tty.output.length === 0) {
return;
}
Expand Down

0 comments on commit 094727c

Please sign in to comment.