Officially support Python 3.13 + drop support for older versions.
What's Changed
* chore(deps-dev): Update ruff requirement from >=0.5.0,<0.7.0 to >=0.5.0,<0.8.0 by dependabot in https://github.com/team23/pydantic-changedetect/pull/38
* chore(deps-dev): Update pytest-cov requirement from >=3,<6 to >=3,<7 by dependabot in https://github.com/team23/pydantic-changedetect/pull/41
* chore(deps-dev): Update ruff requirement from >=0.5.0,<0.8.0 to >=0.5.0,<0.9.0 by dependabot in https://github.com/team23/pydantic-changedetect/pull/42
* Add official Python 3.13 support and remove support for older versions by ddanier
* Update libraries and code to match current version requirements by ddanier
**Full Changelog**: https://github.com/team23/pydantic-changedetect/compare/v0.7.3...v0.8.0