diff --git a/modules/openapi-generator/src/main/resources/python-nextgen/github-workflow.mustache b/modules/openapi-generator/src/main/resources/python-nextgen/github-workflow.mustache index d7e9a2017dea..a3aae3f5bf68 100644 --- a/modules/openapi-generator/src/main/resources/python-nextgen/github-workflow.mustache +++ b/modules/openapi-generator/src/main/resources/python-nextgen/github-workflow.mustache @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/samples/client/echo_api/python-nextgen/.github/workflows/python.yml b/samples/client/echo_api/python-nextgen/.github/workflows/python.yml index 9c031b37f5a1..bcc6ea7b19bd 100644 --- a/samples/client/echo_api/python-nextgen/.github/workflows/python.yml +++ b/samples/client/echo_api/python-nextgen/.github/workflows/python.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/samples/openapi3/client/petstore/python-nextgen/.github/workflows/python.yml b/samples/openapi3/client/petstore/python-nextgen/.github/workflows/python.yml index 3cef12d74768..6752d090a969 100644 --- a/samples/openapi3/client/petstore/python-nextgen/.github/workflows/python.yml +++ b/samples/openapi3/client/petstore/python-nextgen/.github/workflows/python.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3