Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Update supported Python versions #34

Merged
merged 2 commits into from
Jul 24, 2018
Merged

Update supported Python versions #34

merged 2 commits into from
Jul 24, 2018

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Jul 24, 2018

Python 2.6 and 3.3 are EOL and no longer receiving security updates (or any updates) from the core Python team.

They're also little used.

Here's the pip installs for atomicwrites from PyPI for June 2018:

python_version percent download_count
3.6 72.14% 878,675
2.7 19.73% 240,284
3.5 5.87% 71,478
3.4 1.92% 23,405
3.7 0.30% 3,703
3.3 0.03% 354
2.6 0.01% 139
3.8 0.00% 31
3.2 0.00% 8
None 0.00% 6
Total 1,218,083

Source: pypinfo --start-date 2018-06-01 --end-date 2018-06-30 --percent --markdown atomicwrites pyversion

This also adds Trove classifiers, and python_requires to help pip.

@untitaker untitaker merged commit 3a2ab41 into untitaker:master Jul 24, 2018
@untitaker
Copy link
Owner

Thanks!

@hugovk hugovk deleted the update-versions branch July 24, 2018 10:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants