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.

Drop Python 2.7 support

See original GitHub issue

Continuing to maintain backward-compatible support for python2.7 greatly increases the maintenance burden on contributors, scares off new contributors, forces additional dependencies, and prevents (or slows) the adoption of new features.

https://python3statement.org/

I would also recommend dropping support for python 3.5, but IMO dropping 2.7 is a bigger deal.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
hugovkcommented, Aug 25, 2021

Here’s the pip installs for hazelcast-python-client from PyPI for July 2021:

category percent downloads
3.8 45.34% 4,370
3.6 25.48% 2,456
3.7 14.03% 1,352
null 7.74% 746
2.7 5.38% 519
3.9 2.02% 195
Total 9,638

Source: pip install -U pypistats && pypistats python_minor hazelcast-python-client --last-month

0reactions
mdumandagcommented, Aug 27, 2021

@burakcelebi Maybe we can document the table shared above somewhere in the Python Persona research.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dropping support for older Python versions
This mechanism can be used to drop support for older Python versions, by amending the “Requires-Python” attribute in the package metadata. This guide...
Read more >
Drop Python 2.7 - GitHub Pages
Python 2.7 reached the end of its life on 1 January 2020. It's about time to drop support for Python 2.7. Reasons for...
Read more >
Plan for dropping Python 2 support - Apache Spark
In the next major release in 2019, we will deprecate Python 2 support. · We will drop Python 2 support in a future...
Read more >
Drop Python2 support #214 - libkeepass/pykeepass - GitHub
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer...
Read more >
Sunsetting Python 2 support
The developers of the Python language extended support of Python 2.7 from 2015 to January 1, 2020, recognising that many people were still...
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