Skip to content

Commit 716a606

Browse files
committed
[py][cdp] add support Chrome 102 and remove for Chrome 99
1 parent 2290a09 commit 716a606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ SE_VERSION = "4.1.5"
2020

2121
BROWSER_VERSIONS = [
2222
"v85",
23-
"v99",
2423
"v100",
2524
"v101",
25+
"v102",
2626
]
2727

2828
TEST_DEPS = [

0 commit comments

Comments
 (0)