**Description:** Follow and complete all of the following steps for the issue to be marked as done. - [x] Update the `tox.ini`, `setup.py`, `setup.cfg`, or `pyproject.toml` to remove Python 3.8 from the supported versions list. - [x] Ensure the GitHub Actions workflows are updated, particularly removing Python 3.8 from the CI matrix. - [x] Review and clean up any testing or build configurations referencing Python versions earlier than 3.11. - [x] Run tests in the CI to ensure everything passes after removing Python 3.8. - [x] Add a CHANGELOG entry: “Dropped support for Python 3.8.” - [x] Bump the package version and release a new version on GitHub & PyPI (if applicable).
Description:
Follow and complete all of the following steps for the issue to be marked as done.
tox.ini,setup.py,setup.cfg, orpyproject.tomlto remove Python 3.8 from the supported versions list.