Skip to content

Commit 56ddc68

Browse files
authored
chore: add 3.9 to noxfile template (#909)
Since the python-docs-samples noxfile-template doesn't sync with this, I wanted to make sure the noxfile template matched the most recent change [here](https://github.com/GoogleCloudPlatform/python-docs-samples/pull/4968/files) cc @tmatsuo
1 parent 16ec872 commit 56ddc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_samples/noxfile.py.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
8585

8686
# DO NOT EDIT - automatically generated.
8787
# All versions used to tested samples.
88-
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8"]
88+
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
8989

9090
# Any default versions that should be ignored.
9191
IGNORED_VERSIONS = TEST_CONFIG['ignored_versions']

0 commit comments

Comments
 (0)