Drop support for Python 3.5
See original GitHub issueCPython 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:
- Created 3 years ago
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.