From fde3785da90226f108b4d375f04e391c43e3b312 Mon Sep 17 00:00:00 2001 From: JulienBortolussiAda Date: Fri, 6 Oct 2023 16:36:37 +0200 Subject: [PATCH] Add testing for python 3.11 Set up the test for python 3.11 in the CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1cf1260f..d384d348 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python: ["3.9", "3.10"] + python: ["3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2