Skip to content

Commit 5e2bd9e

Browse files
committed
Downgrade Python 3.11 to work around aiohttp bug
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.
1 parent 4a0294c commit 5e2bd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"PY38": "3.8.16",
1010
"PY39": "3.9.16",
1111
"PY310": "3.10.10",
12-
"PY311": "3.11.2",
12+
"PY311": "3.11.0",
1313
"MIN_PY_VER": "3.8.13"
1414
}
1515
}

0 commit comments

Comments
 (0)