You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Stop running **tests** for Python **3.8** in CI/CD.
- Remove **explicit** support for Python **3.8** from
Python project configuration (`setup.py`, `setup.cfg`, and/or `pyproject.toml`).
- Compile Python **dependency manifests** with the **next highest**
Python version (**3.9**).
- Remove Python **3.8** from **Black** configuration.
- Remove support for Python **3.8** from Mypy configuration.
- Remove support for Python **3.8** from Tox configuration.
- Update documentation in README.
Reasons for this change:
- The end of support date of Python **3.8** is **2024-10-07**:
- [PEP 569 – Python 3.8 Release Schedule → 3.8 Lifespan](https://peps.python.org/pep-0569/#lifespan)
- [Status of Python versions](https://devguide.python.org/versions/)
- Dependabot end-of-support date for Python **3.8** is **2025-02-05**:
- [Closing down notice: Dependabot will no longer support Python version 3.8 ← GitHub Changelog](https://github.blog/changelog/2025-01-06-closing-down-notice-dependabot-will-no-longer-support-python-version-3-8/)
Ref: https://app.shortcut.com/cordada/story/12613
0 commit comments