We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79285c6 commit 489f868Copy full SHA for 489f868
owlbot.py
@@ -99,6 +99,8 @@ def get_staging_dirs(
99
templated_files = common.py_library(
100
microgenerator=True,
101
split_system_tests=True,
102
+ default_python_version="3.13",
103
+ system_test_python_versions=["3.13"],
104
# six required by (but not installed by) google-cloud-core < v2.0.0
105
unit_test_external_dependencies=["six"],
106
system_test_external_dependencies=["six"],
0 commit comments