From b1fe5ac2e85374f8ddcd4abb1b7a6c7987c2949f Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sat, 25 Nov 2023 17:54:31 +0000 Subject: [PATCH] Test with Python 3.12 in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 581d83a..65cf6e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: python: - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v4