ljcooke / see

Python's dir() for humans.
https://ljcooke.github.io/see/
BSD 3-Clause "New" or "Revised" License
245 stars 18 forks source link

Code: Remove unsupported Python 2.6 and 3.3 #13

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

See #14 for docs changes.

Reasons for dropping old ones

2.6

3.3


Also removed this comment because Travis now supports it:

# Expecting Coverage to fail for pypy3 until Travis supports PyPy3 5.5+ (as of May 2017)

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a9ebf05bf329e4dd5d9ef38aa0b3500e5727bf55 on hugovk:rm-unsupported into d1494054cefefe642074af58f8d302a05e77ca4a on ljcooke:develop.

ljcooke commented 6 years ago

Thanks for this. Agreed about dropping support for these versions.