We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0942622 commit e833fd5Copy full SHA for e833fd5
samples/snippets/noxfile_config.py
@@ -81,7 +81,7 @@ def get_cloud_kms_key():
81
82
TEST_CONFIG_OVERRIDE = {
83
# You can opt out from the test for specific Python versions.
84
- 'ignored_versions': ["2.7", "3.6", "3.7", "3.11", "3.12"],
+ 'ignored_versions': ["2.7", "3.6", "3.7", "3.11", "3.12", "3.13"],
85
86
# An envvar key for determining the project id to use. Change it
87
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
0 commit comments