We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7717c91 commit c8f4846Copy full SHA for c8f4846
owlbot.py
@@ -32,7 +32,7 @@
32
extras_bf = ["bqstorage", "bigframes", "geopandas"]
33
extras_spanner = ["spanner-graph-notebook"]
34
extras_by_python = {
35
- "3.9": extras_bf,
+ "3.9": extras_storage,
36
"3.10": extras_bf,
37
# Use a middle version of Python to test when no extras are installed.
38
"3.11": [],
0 commit comments