glyph / automat

Self-service finite-state machines for the programmer on the go.
MIT License
591 stars 65 forks source link

Fix metadata after remove Python 2 #151

Closed shadchin closed 1 year ago

shadchin commented 1 year ago

After this commit - https://github.com/glyph/automat/commit/c8e76be612eb7e0b4caed121bfc9cdd07450e3f5

p12tic commented 1 year ago

@glyph FYI buildbot worker has been broken on Python 2.7 due to Automat 22.10 advertising Python 2.7 support while it's in fact broken. This PR fixes the issue for future releases.

codecov-commenter commented 1 year ago

Codecov Report

Base: 91.82% // Head: 91.82% // No change to project coverage :thumbsup:

Coverage data is based on head (4f3517b) compared to base (d6a7e42). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #151 +/- ## ======================================= Coverage 91.82% 91.82% ======================================= Files 11 11 Lines 1260 1260 ======================================= Hits 1157 1157 Misses 103 103 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Glyph). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Glyph)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

glyph commented 1 year ago

Thanks!