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 b8460b6 commit 2759379Copy full SHA for 2759379
_setup.py
@@ -130,7 +130,11 @@ 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 (
134
+ sys.platform.startswith("java")
135
+ or sys.platform == "cli"
136
+ or sys.implementation.name in ("pypy", "graalpy")
137
+):
138
sys.stdout.write(
139
"""
140
*****************************************************\n
0 commit comments