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 support for Python 3.5

See original GitHub issue

CPython 3.5 reaches end-of-life on 2020-09-13.

Humanize will also drop support for Python 3.5 around the same time.

I’m considering this won’t need a major version bump, as the python_requires will be updated so people still on 3.5 will get the last release that did support it.

-    python_requires=">=3.5",
+    python_requires=">=3.6",
     # Get strings from https://pypi.org/pypi?%3Aaction=list_classifiers
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Intended Audience :: Developers",
         "License :: OSI Approved :: MIT License",
         "Operating System :: OS Independent",
         "Programming Language :: Python",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3 :: Only",

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
hugovkcommented, Jul 5, 2020

No, Python 2.7 has been EOL since 2020-01-01.

16% is low when comparing with other projects which have also dropped Python 2, and for people still needing 2.7 it’s still possible to install the last humanize that did support it.

1reaction
robvdlcommented, Jun 18, 2020

I’d watch out with dropping support for 3.6 as you’re talking Ubuntu Bionic here which is still a very active LTS version of Ubuntu and dropping support for it just isn’t necessary, dropping 3.6 would annoy too many users but I agree dropping 3.5 is acceptable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I'm more annoyed for the "Drop support for Python 3.5" than ...
Python 3.5 is the latest you can get on Debian Stretch (oldstable) from official repositories. Stretch is still in the Long Term Support...
Read more >
Python Release Python 3.5.10
This is standard Python policy; Python releases get five years of support and are then retired.
Read more >
Drop support of Python 3.5 · Issue #3965 · PyCQA/pylint - GitHub
Drop support of Python 3.5 #3965 ; Enhancement ✨ Improvement to a component ; Good first issue Friendly and approachable by new contributors ......
Read more >
Drop support for Python 3.5 · f1851f732a - git-review - OpenDev ...
git-review - Tool for uploading changesets to Gerrit from git.
Read more >
T301908 Drop support for Python 3.5 - Wikimedia Phabricator
Proposal I propose to drop support for Python 3.5 with Pywikibot 8.0 (deployed probably in September 2022). Toolforge is going to have Python...
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