What's Changed
* **Removed Python 3.8 Testing. The GitHub Actions workflow has been updated to remove tests for Python 3.8. Supported Python versions now include: 3.9, 3.10, 3.11, 3.12.**
* Add py.typed marker by leonsmith in https://github.com/akhundMurad/typeid-python/pull/19
* chore: enable catching all TypeID exceptions by saltmade in https://github.com/akhundMurad/typeid-python/pull/17
Depndency updates
poetry.lock updated with several dependencies changes:
certifi downgraded to 2024.6.2.
charset-normalizer downgraded to 3.3.2.
click downgraded to 8.1.7.
exceptiongroup downgraded to 1.2.1.
idna downgraded to 3.7.
mypy downgraded to 1.10.0.
packaging downgraded to 24.1.
platformdirs downgraded to 4.2.2.
pyyaml downgraded to 6.0.1.
New Contributors
* leonsmith made their first contribution in https://github.com/akhundMurad/typeid-python/pull/19
* saltmade made their first contribution in https://github.com/akhundMurad/typeid-python/pull/17
**Full Changelog**: https://github.com/akhundMurad/typeid-python/compare/v0.3.1...v0.3.2