From 931b3fdf3cccfc686834bb67002bd20e0dea7e9e Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sun, 26 Mar 2023 18:47:38 +0800 Subject: [PATCH] github actions: test again Python 3.11 --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index df1bd15..b0a5a71 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,6 +11,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" # 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.