Skip to content

Which operating systems, Python versions, etc. does Pipenv officially support? #4202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
brainwane opened this issue Apr 17, 2020 · 4 comments
Labels
Type: Documentation 📖 This issue relates to documentation of pipenv.

Comments

@brainwane
Copy link
Contributor

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?

@brainwane brainwane added the Type: Documentation 📖 This issue relates to documentation of pipenv. label Apr 17, 2020
@Hammond95
Copy link

should be linked to #4096

@Flimm
Copy link

Flimm commented Apr 29, 2020

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.

@brainwane
Copy link
Contributor Author

@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".

@matteius
Copy link
Member

I don't think we plan to exclude pipenv from a particular operating system, but we can accept issue reports as they might pertain to other systems.

@matteius matteius closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation 📖 This issue relates to documentation of pipenv.
Projects
None yet
Development

No branches or pull requests

4 participants