We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08db23c commit aba0859Copy full SHA for aba0859
setup.py
@@ -852,7 +852,7 @@ def build_extensions(self):
852
sys.platform == "win32"
853
and sys.version_info < (3, 9)
854
and not (PLATFORM_PYPY or PLATFORM_MINGW)
855
- and int(setuptools_version.split('.')[0]) < 60
+ and int(setuptools_version.split(".")[0]) < 60
856
):
857
defs.append(("PILLOW_VERSION", f'"\\"{PILLOW_VERSION}\\""'))
858
else:
0 commit comments