From 6da6145350751203a689b6217fd6604ee0f2621c Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Fri, 27 Oct 2023 17:18:56 +0800 Subject: [PATCH] tests: include Python 3.12 --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ab09046..55e3a87 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,6 +12,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" # pypy fails in some cases but we don't care much about that # with github actions we can't mark some jobs to not affect the overall # conclusion so we have to omit "allow-failure" tests.