From a382beea95d84ecb1a98aeb0063bdf5e32e9bae3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 21 Feb 2024 14:21:33 +0100 Subject: [PATCH] Add Python 3.10, 3.11, and 3.12 to the testing --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcefff65..4a3680e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: - python: "3.7" - python: "3.8" - python: "3.9" + - python: "3.10" + - python: "3.11" + - python: "3.12" runs-on: ubuntu-latest steps: