* Via `python_requires` specifies that cached_property is for Python version 3.8 or higher * Officiall drop support for Python 2.6
2.0.0
* Remove support for Python versions < 3.8 * Add formal support for Python versions up to 3.13 * Switch to Markdown for docs * Migrate from black to ruff
1.5.2
* Add formal support for Python 3.8 * Remove formal support for Python 3.4 * Switch from Travis to GitHub actions * Made tests pass flake8 for Python 2.7
1.5.1
* Added formal support for Python 3.7 * Removed formal support for Python 3.3
1.4.3
* Catch SyntaxError from asyncio import on older versions of Python, thanks to asottile