From 5ce2d8f60ca5975cf5b357f4e4737397836d7351 Mon Sep 17 00:00:00 2001 From: "Daniel J. Beutel" Date: Thu, 18 Jan 2024 15:36:08 +0100 Subject: [PATCH] Add Python 3.11 to framework tests (#2394) Co-authored-by: Charles Beauville --- .github/workflows/framework.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/framework.yml b/.github/workflows/framework.yml index 0899940636d2..784f04750c5e 100644 --- a/.github/workflows/framework.yml +++ b/.github/workflows/framework.yml @@ -25,7 +25,7 @@ jobs: # In case of a mismatch, the job has to download Python to install it. # Note: Due to a bug in actions/setup-python we have to put 3.10 in # qoutes as it will otherwise will assume 3.1 - python: [3.8, 3.9, '3.10'] + python: [3.8, 3.9, '3.10', '3.11'] name: Python ${{ matrix.python }}