We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f27b29 commit f05be37Copy full SHA for f05be37
owlbot.py
@@ -38,7 +38,7 @@
38
"3.10": extras_bf,
39
# Use a middle version of Python to test when no extras are installed.
40
"3.11": [],
41
- "3.12": [extras_storage + extras_spanner],
+ "3.12": extras_storage + extras_spanner,
42
"3.13": extras_bf,
43
}
44
templated_files = common.py_library(
0 commit comments