From 4a83562af7a2f08440ac3deb73653e8f162a5341 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 20 May 2024 10:16:58 +0200 Subject: [PATCH] Start testing Python 3.12 It is out and stable, so let's make sure we are compatible. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dc2a1a..6a742ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: - 3.9 - "3.10" - 3.11 + - 3.12 fail-fast: false steps: - uses: actions/checkout@v2