From 345cb59088475ea342af7999426bdee7c26aae3d Mon Sep 17 00:00:00 2001 From: Guillaume Gauvrit Date: Thu, 21 Dec 2023 18:31:59 +0100 Subject: [PATCH] Run CI on python 3.11 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be748b0c..04cc3f8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,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"] poetry-version: ["1.3.1"] # Steps represent a sequence of tasks that will be executed as part of the job steps: