From 1d4f35c10da2aab0e5db366ba09e6ee708914025 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 and 3.12 Set up the test for python 3.11 and 3.12 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..bd1b3ea1 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", "3.12"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2