From cb32b1572dea1a21e7fc6c604a6a37f360e5ab09 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Thu, 7 Dec 2023 11:43:40 +0100 Subject: [PATCH] Run tests against Python 3.11 and 3.12 in CI --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32cac5b..0e14988 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,6 +63,8 @@ jobs: - '3.8' - '3.9' - '3.10' + - '3.11' + - '3.12' steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4