Skip to content

Commit e833fd5

Browse files
committed
update noxfile config
1 parent 0942622 commit e833fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_cloud_kms_key():
8181

8282
TEST_CONFIG_OVERRIDE = {
8383
# You can opt out from the test for specific Python versions.
84-
'ignored_versions': ["2.7", "3.6", "3.7", "3.11", "3.12"],
84+
'ignored_versions': ["2.7", "3.6", "3.7", "3.11", "3.12", "3.13"],
8585

8686
# An envvar key for determining the project id to use. Change it
8787
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a

0 commit comments

Comments
 (0)