You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Add testing support for Python 3.10.
Add weekly scheduled test actions to identify issues on a consistent basis.
This will catch bugs related to updated dependencies when the code is not modified.
Fixed
Fixed a bug in the stock planning configuration file.
The name of the tool plugin in the configuration file was not updated to reflect the renamed plugin.
Fixed pylint warnings related to using the open call without specifying an encoding.