question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dropped support for 3.6 not reflected in setup.py

See original GitHub issue

It appears support has been dropped for 3.6, given use of from __future__ import annotations in pipenv/patched/notpip/_vendor/platformdirs/__init__.py:5

setup.py still showing python>=3.6

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:5
  • Comments:15 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
matteiuscommented, Apr 22, 2022

pipenv==2022.4.20 – It has been yanked.

3reactions
matteiuscommented, Apr 22, 2022

@tucked pipenv==2022.4.21 is released and I e-mailed the mailing list that is attached to the pypi project to see if anyone has access can yank pipenv==2022.4.20.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing pip is not working in python < 3.6 - Stack Overflow
pip 21.0 dropped support for Python 2 and 3.5. The later versions require Python 3.6+. The syntax f"" is supported by Python 3.6+....
Read more >
Python support policy updates for AWS SDKs and Tools
On May 30, 2022, the AWS SDK for Python (Boto3 and Botocore) and the AWS Command Line Interface (AWS CLI) v1 will no...
Read more >
Requires-Python upper limits - Packaging
Requires-Python upper limits Requires-Python was added to allow older versions of Python to be dropped by packages without breaking ...
Read more >
setuptools 3.5.2 - PyPI
Issue #41 : Dropped support for Python 2.4 and Python 2.5. Clients requiring setuptools for those versions of Python should use setuptools 1.x....
Read more >
It's time to stop using Python 3.7
So it's perhaps not surprising how many people still use Python 3.7. ... and frameworks are going to start dropping Python 3.7 support....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found