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 333c491 commit da52a77Copy full SHA for da52a77
_setup.py
@@ -130,7 +130,7 @@ def build_extension(self, ext):
130
except ValueError:
131
pass
132
ext_modules = []
133
-elif sys.platform.startswith("java") or sys.platform == "cli" or sys.implementation.name in ('pypy', 'graalpy'):
+elif sys.platform.startswith("java") or sys.platform == "cli" or sys.implementation.name in ("pypy", "graalpy"):
134
sys.stdout.write(
135
"""
136
*****************************************************\n
0 commit comments