From e48e655230880f8a9633ed60679a6da39b62dd31 Mon Sep 17 00:00:00 2001 From: Simon Whitaker Date: Wed, 22 May 2024 18:37:44 +0100 Subject: [PATCH] Add Python 3.12 to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5c96f0..239976f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v3