pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.67k stars 529 forks source link

Add py 3.12 to build matrix #644

Closed artofhuman closed 4 months ago

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8ab2529) 98.40% compared to head (d38a91d) 98.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #644 +/- ## ======================================= Coverage 98.40% 98.40% ======================================= Files 13 13 Lines 2573 2573 ======================================= Hits 2532 2532 Misses 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

aleneum commented 4 months ago

Hi @artofhuman,

thanks for the reminder. This should be tackled in a33329a and following.

Cheers!