From 619e7dd635047e8b66576a89d2bb39014846145d Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Wed, 8 Mar 2023 14:28:52 +0100 Subject: [PATCH] Include Python 3.11 in OpenAPI linting GH WF --- .github/workflows/lint_openapi_schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_openapi_schema.yml b/.github/workflows/lint_openapi_schema.yml index 7e61918ee133..c41e1489d933 100644 --- a/.github/workflows/lint_openapi_schema.yml +++ b/.github/workflows/lint_openapi_schema.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7'] + python-version: ['3.7', '3.11'] steps: - uses: actions/checkout@v3 with: