Skip to content

Commit

Permalink
Add compatibility date for Pyodide 0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Dec 24, 2024
1 parent 8620d14 commit 45c5971
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -673,4 +673,11 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
tailWorkerUserSpans @69 :Bool
$compatEnableFlag("tail_worker_user_spans")
$experimental;

pythonWorkersV2 @70 :Bool
$compatEnableFlag("python_workers_v2")
$experimental
$pythonSnapshotRelease(pyodide = "0.26.4", pyodideRevision = "2024-12-18",
packages = "2024-12-18", backport = 0,
baselineSnapshotHash = "TODO");
}
1 change: 1 addition & 0 deletions src/workerd/server/tests/python/py_wd_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load("//:build/wd_test.bzl", "wd_test")

FEATURE_FLAGS = {
"0.26.0a2": ["python_workers"],
"0.26.4" : ["python_workers_v2"],
"development": ["python_workers_development"],
}

Expand Down

0 comments on commit 45c5971

Please sign in to comment.