alysivji / finite-state-machine

Lightweight, decorator-based Python implementation of a Finite State Machine
MIT License
112 stars 12 forks source link

Only support Python 3.6+ #13

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

Closes #8

This library supported Python 2.7+ as the code was the same and did not require maintenance work. Now that we are adding additional features, it makes sense to restrict to only support active Python releases.

Python 3.5.10 was released on September 5th, 2020 and there are no plans for additional releases. This library is following suit and only supporting Python 3.6.

This PR also adds badges to the README.me

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #13   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           78        78           
=========================================
  Hits            78        78           

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 25a6723...bb76f82. Read the comment docs.