Build System
- Drop support python 3.8
([`f0ddfde`](https://github.com/hiroki0525/autoload_module/commit/f0ddfdeaf1d2e2d79b3b3886bbd12d7b4464a6f5))
BREAKING CHANGE: drop support python 3.8
Features
- Add support Python 3.12
([`a0c8b4a`](https://github.com/hiroki0525/autoload_module/commit/a0c8b4abdbd834eb68412bda45794bfa90011dd7))
- Add support Python 3.13
([`4efdcd8`](https://github.com/hiroki0525/autoload_module/commit/4efdcd8d7c1c3628e171c7f38664888b17b65cf7))
- Simplify library interface
([`0980c75`](https://github.com/hiroki0525/autoload_module/commit/0980c75ab35f0418aeb1d7c858377eb4dfc9e0b9))
BREAKING CHANGE: simplify library interface. See new README.md
Performance Improvements
- Remove raise error because of typing hints
([`abbeb2b`](https://github.com/hiroki0525/autoload_module/commit/abbeb2b275ac86f0b83b83932a904b4db8d59c0a))
BREAKING CHANGES
- Drop support python 3.8
- Simplify library interface. See new README.md