From 5d602c628e97250bc8fea9e5b6cacf5d95071e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <45594031+dcermak@users.noreply.github.com> Date: Mon, 8 May 2023 11:51:42 +0200 Subject: [PATCH] Add Python 3.11 to github-workflow.mustache (#15442) --- .../src/main/resources/python-nextgen/github-workflow.mustache | 2 +- .../client/echo_api/python-nextgen/.github/workflows/python.yml | 2 +- .../client/petstore/python-nextgen/.github/workflows/python.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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