We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5572bb3 commit eb6e60bCopy full SHA for eb6e60b
fastwsgi/pyhacks.c
@@ -14,7 +14,7 @@ bytesio_t * get_bytesio_object(PyObject * io_BytesIO)
14
{
15
if (PY_MAJOR_VERSION != 3)
16
return NULL;
17
- if (PY_MINOR_VERSION >= 8 && PY_MINOR_VERSION <= 11)
+ if (PY_MINOR_VERSION >= 8 && PY_MINOR_VERSION <= 14)
18
return (bytesio_t *)io_BytesIO;
19
20
}
0 commit comments