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 #5
- Fix cachedasyncmethod to match cachedmethod and use async with by @alex-linx in #6
New Contributors
- @alex-linx made their first contribution in #6
Full Changelog: 0.3.1...0.4.0