- [x] Remove it from CI to unblock e.g. https://github.com/pytest-dev/pytest/pull/10937 - [x] Update our pre-commit hooks to enforce 3.8+ - [x] [Check what's new in Python 3.8](https://docs.python.org/3/whatsnew/3.8.html) for other new features, e.g. `f"{x=}"`, `typing` changes, `importlib.metadata`, positional-only arguments, etc. Previously: https://github.com/pytest-dev/pytest/issues/7808 (Python 3.5), https://github.com/pytest-dev/pytest/issues/9437 (Python 3.6).