Skip to content

Commit c8f4846

Browse files
authored
exclude bigframes from 3.9 tests of min verions
1 parent 7717c91 commit c8f4846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
extras_bf = ["bqstorage", "bigframes", "geopandas"]
3333
extras_spanner = ["spanner-graph-notebook"]
3434
extras_by_python = {
35-
"3.9": extras_bf,
35+
"3.9": extras_storage,
3636
"3.10": extras_bf,
3737
# Use a middle version of Python to test when no extras are installed.
3838
"3.11": [],

0 commit comments

Comments
 (0)