Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 340 Bytes

1.0.2.md

File metadata and controls

14 lines (8 loc) · 340 Bytes

StateMachine 1.0.2

January 12, 2023

StateMachine 1.0.2 fixes a regression bug blocking the library usage on Python 3.11.

Bugfixes

  • Fixes #316 a bad import of 'inspect.getargspec' that was removed on Python 3.11, still backwards compatible with older versions.