Skip to content

Commit

Permalink
Update Python versions used for unit tests
Browse files Browse the repository at this point in the history
Python 3.7 is EOL, and Python 3.12 has been released.

See: https://devguide.python.org/versions/
  • Loading branch information
Ichimonji10 committed Jul 10, 2024
1 parent 9948ed2 commit 2abbd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/samples-python-client-echo-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2abbd68

Please sign in to comment.