-
Notifications
You must be signed in to change notification settings - Fork 304
Drop Python 3.3 support #357
Copy link
Copy link
Closed
Description
Is there any interest in dropping support for EOL Python 3.3?
Here's the pip installs from PyPI for the last month, showing low demand for 3.3:
$ pypinfo --percent --pip html5lib pyversion
python_version percent download_count
-------------- ------- --------------
2.7 56.0% 622,860
3.5 19.3% 214,942
3.6 15.6% 172,974
3.4 8.9% 98,411
3.3 0.1% 789
3.7 0.1% 699
2.6 0.1% 681
3.2 0.0% 19
None 0.0% 13
- Unsupported since 2017-09-29
- pip 10 will deprecate Python 3.3 support, pip 11 won't support it (Deprecate/Drop Support for Python 3.3? pypa/pip#3796)
- Very little PyPI traffic (June 2016) Deprecate/Drop Support for Python 3.3? pypa/pip#3796
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels