Skip to content

Conversation

@hugovk
Copy link
Contributor

@hugovk hugovk commented Jan 15, 2018

Python 2.6 and 3.3 are EOL and no longer receiving security updates. They're also little used.

image

https://en.wikipedia.org/wiki/CPython#Version_history

Here's the pip installs from PyPI for jsonpointer for last month, showing very low fractions for 2.6 and 3.3:

python_version percent download_count
2.7 92.5% 274,004
3.6 3.0% 8,889
3.5 2.5% 7,435
3.4 1.9% 5,673
3.3 0.1% 156
2.6 0.0% 113
3.7 0.0% 63
None 0.0% 9

Source: pypinfo --start-date -45 --end-date -15 --percent --pip --markdown jsonpointer pyversion

@stefankoegl stefankoegl merged commit ebb9978 into stefankoegl:master Jan 16, 2018
@stefankoegl
Copy link
Owner

Thanks!

Reminder to myself. I'll also have to remove support for 3.3 from stefankoegl/python-json-patch, which depends on python-json-pointer.

@hugovk
Copy link
Contributor Author

hugovk commented Jan 16, 2018

There you go! ==> stefankoegl/python-json-patch#81

@stefankoegl
Copy link
Owner

Awesome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants