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/
This commit is contained in:
Jeremy Audet 2024-07-16 13:02:21 -04:00 committed by GitHub
parent a330a1f38e
commit 1367a16d6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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