Skip to content

Commit c315fee

Browse files
committed
[py][cdp] add support for Chrome 108 and remove support for Chrome 105
1 parent 8d5c10f commit c315fee

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
@@ -19,9 +19,9 @@ SE_VERSION = "4.6.1"
1919

2020
BROWSER_VERSIONS = [
2121
"v85",
22-
"v105",
2322
"v106",
2423
"v107",
24+
"v108",
2525
]
2626

2727
TEST_DEPS = [

0 commit comments

Comments
 (0)