Skip to content

Commit 782dd0c

Browse files
authored
Update python pydantic v1 workflow to test with supported python versions (#24091)
* update python pydantic v1 workflow to test with supported python versions * update python pydantic v1 workflow to test with supported python versions
1 parent 9c0a732 commit 782dd0c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/samples-python-pydantic-v1-client-echo-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
# clients
1818
- samples/client/echo_api/python-pydantic-v1/
1919
python-version:
20-
- "3.8"
21-
- "3.9"
2220
- "3.10"
2321
- "3.11"
2422
- "3.12"
23+
- "3.13"
24+
#- "3.14"
2525
steps:
2626
- uses: actions/checkout@v5
2727
- uses: actions/setup-python@v6

.github/workflows/samples-python-pydantic-v1-petstore.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
python-version:
18-
- "3.9"
1918
- "3.10"
2019
- "3.11"
2120
- "3.12"
21+
- "3.13"
22+
- "3.14"
2223
sample:
2324
- samples/openapi3/client/petstore/python-pydantic-v1-aiohttp
2425
- samples/openapi3/client/petstore/python-pydantic-v1

0 commit comments

Comments
 (0)