Skip to content

Commit a3621ef

Browse files
authored
bump pyodide-version to 0.29.3, and pyodide-build to 0.34.2. (#535)
1 parent f22ae9f commit a3621ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ before-test = [
201201
"pyodide auditwheel exports --show-type {wheel}"
202202
]
203203
test-command = "python -m pytest -s -vvv --pyargs spiceypy.tests.test_wrapper --benchmark-disable"
204-
pyodide-version = "0.29.0"
205-
dependency-versions = { packages = ["pyodide-build==0.30.9"] }
204+
pyodide-version = "0.29.3"
205+
dependency-versions = { packages = ["pyodide-build==0.34.2"] }
206206
# disable some errors for pyodide only
207207
environment = { CFLAGS="-Werror=implicit-function-declaration -Werror=incompatible-pointer-types -Werror=return-type" }
208208

0 commit comments

Comments
 (0)