Skip to content

Commit e99dc01

Browse files
authored
Downgrade Python 3.11 to work around aiohttp bug (#1712)
1 parent 4a0294c commit e99dc01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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