testing-cabal / testtools

Testtools - tasteful testing for python
https://testtools.readthedocs.io/en/latest/
Other
95 stars 88 forks source link

Drop support for EOL Python 3.3 #266

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

Also add python_requires to setup to help pip.

eg. https://stackoverflow.com/q/44660448/724176

hugovk commented 6 years ago

Here's the pip installs for testtools from PyPI for last month, very little for 3.3:

python_version percent download_count
2.7 83.99% 105,594
3.5 11.59% 14,566
3.6 2.83% 3,559
3.4 1.43% 1,797
2.6 0.10% 126
3.7 0.04% 48
3.3 0.03% 38

Source: pypinfo --start-date -31 --end-date -2 --percent --pip --markdown testtools pyversion