Skip to content

Commit 228e508

Browse files
committed
[py][cdp] add support for Chrome 98 and remove support for Chrome 95
1 parent 7ca963e commit 228e508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎py/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ SE_VERSION = "4.1.0"
99

1010
BROWSER_VERSIONS = [
1111
"v85",
12-
"v95",
1312
"v96",
14-
"v97"
13+
"v97",
14+
"v98"
1515
]
1616

1717
TEST_DEPS = [

0 commit comments

Comments
 (0)