Skip to content

Commit 914e2bf

Browse files
committed
Test samples without python 3.8 and with 3.13
1 parent 2f0b788 commit 914e2bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- samples/client/echo_api/python
1919
- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent
2020
python-version:
21-
- "3.8"
2221
- "3.9"
2322
- "3.10"
2423
- "3.11"
2524
- "3.12"
25+
- "3.13"
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-python@v5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
python-version:
18-
- "3.8"
1918
- "3.9"
2019
- "3.10"
2120
- "3.11"
2221
- "3.12"
22+
- "3.13"
2323
sample:
2424
- samples/openapi3/client/petstore/python-aiohttp
2525
- samples/openapi3/client/petstore/python

0 commit comments

Comments
 (0)