All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add compatibility with python 3.13.
- Using
uvas the project manager
- Drop compatibility with python 3.7 and 3.8. Supported versions are now 3.9, 3.10, 3.11, 3.12.
- Fix
methodic_cache.cached_methodnot working with classes that inherit from slotted classes (but that are not slotted themselves) #5
methodic_cache.default_cache_factoryis nowmethodic_cache.simple_cache_factory
- Update pyproject.toml with the correct URL for the repository and homepage.
Initial public release