What's Changed
* drop support for Python 3.7 and 3.8
* add support for Python 3.12 and 3.13
* note: shelved_cache does not seem to work with Python 3.13 on Windows
* note about decorating multiple functions in the README
* improvement in async decorators
* Use ruff by mariushelf in https://github.com/mariushelf/shelved_cache/pull/5
* Fix cachedasyncmethod to match cachedmethod and use async with by alex-linx in https://github.com/mariushelf/shelved_cache/pull/6
New Contributors
* alex-linx made their first contribution in https://github.com/mariushelf/shelved_cache/pull/6
**Full Changelog**: https://github.com/mariushelf/shelved_cache/compare/0.3.1...0.4.0