Hey <@U04S45AHA>, do you know how PyPy interpreter...
# development
h
Hey @enough-analyst-54434, do you know how PyPy interpreter constraints are expressed w/ Pex? I realized there's both the PyPy version and the Python reference version, like PyPy 7.3.5 can be PyPy2.7 or PyPy 3.7 is it
--interpreter-constraint='pypy==2.7.*'
or
--interpreter-constraint='pypy==7.3.5'
?
I'm being lazy asking: I couldn't find it searching Pex repo yesterday, and am lazy that I didn't try installing PyPy If you don't already know, you can let me know and I'll try it out
e
Yeah, you'll need to dig. It's certainly in PythonIdentity in pex/interpreter.py.
👍 1
IIRC sys.version_info is used for the numerics no matter the interpreter.