- #57: Support for Python 3.13
- #43: Support for Python 3.12
- #43: Drop support for Python 3.8
- Migrated to Hatch as task runner and build system
- #9:
Allow execution of scripts from
./.skyr/
.
- due to #9:
script directory resolution logic was changed: if provided script dir doesn't
exist, Skyr will fall back to
./.skyr/
, then./script/
80afa7e3
: Fixed setuptools module discovery
- #4:
Ability to run scripts inside
./script/