Skip to content

Commit

Permalink
Github Actions: add excludes for old Aiohttp on new Python
Browse files Browse the repository at this point in the history
  • Loading branch information
messa authored Dec 4, 2024
1 parent 471c175 commit 210f0d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- python-version: '3.12'
aiohttp-version: '3.7.4'
# Same reason as above
- python-version: '3.13'
aiohttp-version: '3.7.4'
# ModuleNotFoundError: No module named 'cgi' in aiohttp/helpers.py
- python-version: '3.13'
aiohttp-version: '3.8.6'
# aiohttp/_websocket.c:3744:45: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 210f0d1

Please sign in to comment.