Skip to content

Commit

Permalink
ci: don't run on Python 3.11 for now
Browse files Browse the repository at this point in the history
Fails at the moment because of
GrahamDumpleton/wrapt#196

There are some issues with compiling native versions of at least aiohttp
and yarl at the moment that could be worked around, but let's revisit
those when the wrapt issue is solved.
  • Loading branch information
scop committed Dec 5, 2021
1 parent c56cf24 commit 296fdd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11.0-alpha - 3.11"
# https://github.com/GrahamDumpleton/wrapt/issues/196
#- "3.11.0-alpha - 3.11"
- "pypy-3.8"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 296fdd7

Please sign in to comment.