Skip to content

Commit

Permalink
Downgrade Python 3.11 to work around aiohttp bug
Browse files Browse the repository at this point in the history
Since python/cpython#98540 which was included in
Python 3.11.1, aiohttp can fail if two tasks are trying to close the
connection concurrently.
  • Loading branch information
pquentin committed May 4, 2023
1 parent 4a0294c commit 5e2bd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"PY38": "3.8.16",
"PY39": "3.9.16",
"PY310": "3.10.10",
"PY311": "3.11.2",
"PY311": "3.11.0",
"MIN_PY_VER": "3.8.13"
}
}

0 comments on commit 5e2bd9e

Please sign in to comment.