Skip to content

Commit

Permalink
Merge branch 'pyodide:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yu0A authored Mar 5, 2024
2 parents 222a0c3 + df6c97b commit 197f3b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
pyodide-version: [0.24.1]
pyodide-version: [0.25.0]
test-config: [
{runner: selenium, runtime: chrome, runtime-version: latest},
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta"

[project.optional-dependencies]
test = [
"pytest-pyodide==0.52.2",
"pytest-pyodide==0.56.2",
"pytest-cov",
"build>=1.0",
]
Expand Down

0 comments on commit 197f3b0

Please sign in to comment.