From 2abbd68fdd86c6927aae3b8ad1555744e71e3c82 Mon Sep 17 00:00:00 2001 From: Jeremy Audet Date: Tue, 9 Jul 2024 15:08:54 -0400 Subject: [PATCH] Update Python versions used for unit tests Python 3.7 is EOL, and Python 3.12 has been released. See: https://devguide.python.org/versions/ --- .github/workflows/samples-python-client-echo-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/samples-python-client-echo-api.yaml b/.github/workflows/samples-python-client-echo-api.yaml index 1446a813ba3a8..d1e08ab76f9c7 100644 --- a/.github/workflows/samples-python-client-echo-api.yaml +++ b/.github/workflows/samples-python-client-echo-api.yaml @@ -18,11 +18,11 @@ jobs: - samples/client/echo_api/python - samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent python-version: - - "3.7" - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5