cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

Drop support for Python 2.6, 3.2 and 3.3, as per wheel's official sup… #111

Closed nir0s closed 6 years ago

nir0s commented 7 years ago

…port

nir0s commented 7 years ago

@funkyHat @mcouthon

hugovk commented 7 years ago

By the way, here's the pip installs for wagon from PyPI for the last month, showing low numbers for 2.6 and none for 3.2 or 3.3:


$ pypinfo --percent --pip wagon pyversion
python_version percent download_count
-------------- ------- --------------
2.7              76.7%          5,505
3.4              21.0%          1,511
2.6               2.1%            152
3.6               0.1%              7
3.5               0.0%              3
3.7               0.0%              1
nir0s commented 6 years ago

Good point @hugovk. I'll address this. @mxmrlv, are we going to address this PR?