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 65089ea commit 333c491Copy full SHA for 333c491
_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 "PyPy" in sys.version:
+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