github actions: test again Python 3.11

This commit is contained in:
lilydjwg 2023-03-26 18:47:38 +08:00
parent 577a42ef89
commit 931b3fdf3c

View file

@ -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.