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.