From 48193c1528e113c3693d89f58bbaa137f875ce2b Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sun, 10 Jul 2022 06:27:57 -0400 Subject: [PATCH] fix: require python 3.7+ (#284) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(python): drop python 3.6 Source-Link: https://github.com/googleapis/synthtool/commit/4f89b13af10d086458f9b379e56a614f9d6dab7b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c * add api_description to .repo-metadata.json * require python 3.7+ in setup.py * remove python 3.6 sample configs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * update api_description in .repo-metadata.json * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * update constraints * remove required check for python 3.6 * fix typo * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- generated_samples/interactive-tutorials/events/noxfile.py | 2 +- generated_samples/interactive-tutorials/noxfile.py | 2 +- generated_samples/interactive-tutorials/product/noxfile.py | 2 +- generated_samples/interactive-tutorials/search/noxfile.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/generated_samples/interactive-tutorials/events/noxfile.py b/generated_samples/interactive-tutorials/events/noxfile.py index 3b3ffa5d2b0f..e9eb1cbfa5db 100644 --- a/generated_samples/interactive-tutorials/events/noxfile.py +++ b/generated_samples/interactive-tutorials/events/noxfile.py @@ -88,7 +88,7 @@ def get_pytest_env_vars() -> Dict[str, str]: # DO NOT EDIT - automatically generated. # All versions used to test samples. -ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"] +ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10"] # Any default versions that should be ignored. IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"] diff --git a/generated_samples/interactive-tutorials/noxfile.py b/generated_samples/interactive-tutorials/noxfile.py index 3b3ffa5d2b0f..e9eb1cbfa5db 100644 --- a/generated_samples/interactive-tutorials/noxfile.py +++ b/generated_samples/interactive-tutorials/noxfile.py @@ -88,7 +88,7 @@ def get_pytest_env_vars() -> Dict[str, str]: # DO NOT EDIT - automatically generated. # All versions used to test samples. -ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"] +ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10"] # Any default versions that should be ignored. IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"] diff --git a/generated_samples/interactive-tutorials/product/noxfile.py b/generated_samples/interactive-tutorials/product/noxfile.py index 3b3ffa5d2b0f..e9eb1cbfa5db 100644 --- a/generated_samples/interactive-tutorials/product/noxfile.py +++ b/generated_samples/interactive-tutorials/product/noxfile.py @@ -88,7 +88,7 @@ def get_pytest_env_vars() -> Dict[str, str]: # DO NOT EDIT - automatically generated. # All versions used to test samples. -ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"] +ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10"] # Any default versions that should be ignored. IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"] diff --git a/generated_samples/interactive-tutorials/search/noxfile.py b/generated_samples/interactive-tutorials/search/noxfile.py index 3b3ffa5d2b0f..e9eb1cbfa5db 100644 --- a/generated_samples/interactive-tutorials/search/noxfile.py +++ b/generated_samples/interactive-tutorials/search/noxfile.py @@ -88,7 +88,7 @@ def get_pytest_env_vars() -> Dict[str, str]: # DO NOT EDIT - automatically generated. # All versions used to test samples. -ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"] +ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10"] # Any default versions that should be ignored. IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]