From 1367a16d6d6e10efba38c566c4588ae2b7ca599b Mon Sep 17 00:00:00 2001 From: Jeremy Audet Date: Tue, 16 Jul 2024 13:02:21 -0400 Subject: [PATCH] Update Python versions used for unit tests (#19124) 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 407bcea1f77..24c4fd3e945 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