MozillaSecurity / lithium

Line-based testcase reducer
Mozilla Public License 2.0
94 stars 25 forks source link

Remove support for Python 3.3 #25

Closed nth10sd closed 7 years ago

nth10sd commented 7 years ago

Python 3.3 is due to end-of-life in less than 3 months. There are 3.3-specific pylint import errors that do not exist in 3.4+, so let's stop supporting/testing on 3.3.

Thus, current Python support versions will be: 2.7 or 3.4+

This relies on PR #24 and all its prior PR prerequisites. - Updated to not rely on #24.

codecov-io commented 7 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #25   +/-   ##
=======================================
  Coverage   84.31%   84.31%           
=======================================
  Files           7        7           
  Lines        1211     1211           
=======================================
  Hits         1021     1021           
  Misses        190      190

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 466e4e5...55571ef. Read the comment docs.

nth10sd commented 7 years ago

The issue where pylint was not peeking into more subdirectories was also fixed in this PR by adding more __init__.py files. - Will be moved to #24.

nth10sd commented 7 years ago

@jschwartzentruber agreed to remove Python 3.3 support over in #24, so moving that r+ forward.