Closed gragib closed 1 year ago
I don't think this change preserves the current behavior, as it unpins the dependency for pypy. Am I wrong?
Moving this to draft while I gather the evidence.
Is there any particular reason why ipython
is pinned to 1.2.1
for pypy
?
Closing this since I can't even get the wheels on PyPI to install in pypy.
I have had many issues with resolving dependencies in projects that use
poetry
orpdm
.ipython
1.2.1 is used when installing slash in Python 3.7+ on Windows/Ubuntu/macOS. The changes proposed in this PR should preserve the current behaviour when usingpypy
, while allowingcpython
implementations to use more recent versions ofipython
.