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
The Pipenv documentation (perhaps in the installation guide) should specify which versions of CPython, which operating systems or Linux distributions, etc. Pipenv officially supports. For example, is PyPy supported, or only CPython?
The text was updated successfully, but these errors were encountered:
You can see which Python versions and operating systems Pipenv officially supports by looking at its classifiers on PyPI (left sidebar): https://pypi.org/project/pipenv/
The list of classifiers published for pipenv 2018.11.26 is:
License:
OSI Approved :: MIT License
Programming Language:
Python
Python :: 2.7
Python :: 3
Python :: 3.4
Python :: 3.5
Python :: 3.6
Python :: 3.7
Python :: Implementation :: CPython
Python :: Implementation :: PyPy
It looks like Pipenv chose not to add classifiers related to supported operating systems, even though those are potential trove classifiers.
@rajneesh44 This isn't a great first issue for you to work on because it requires some skill and knowledge that you don't have yet. Instead I suggest you look at pypi/warehouse#8012 . If you are interested in working on that, read the instructions comment there and comment on THAT thread to say "I am starting to work on this".
The Pipenv documentation (perhaps in the installation guide) should specify which versions of CPython, which operating systems or Linux distributions, etc. Pipenv officially supports. For example, is PyPy supported, or only CPython?
The text was updated successfully, but these errors were encountered: