You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of the latest release on PyPi, I have observed that this package indicates support for Python >=3.6 in its package metadata, however is presently only compatible with Python versions 3.8 or later after the introduction of commit 377c70d
Maybe I'm missing someting in my setup but it doesn't work in my 3.8 setup either.
The type hints in the environment.py file from the commit indicated in the previous comment makes it impossible for me to run shiv at all.
A possible work-around (it works in my, so-far limited, testing) is to add the line: from __future__ import annotations
as the first code line in environment.py.
As of the latest release on PyPi, I have observed that this package indicates support for Python >=3.6 in its package metadata, however is presently only compatible with Python versions 3.8 or later after the introduction of commit 377c70d
Therefore, would it be possible to either:
The text was updated successfully, but these errors were encountered: