diff --git a/docs/source/contributing/overview.md b/docs/source/contributing/overview.md index 10cbc0eb1264..1e6f73dd524e 100644 --- a/docs/source/contributing/overview.md +++ b/docs/source/contributing/overview.md @@ -44,6 +44,12 @@ pre-commit run --all-files pytest tests/ ``` +:::{tip} +Since the ships with Python 3.12, all tests in CI (except `mypy`) are run with Python 3.12. + +Therefore, we recommend developing with Python 3.12 to minimise the chance of your local environment clashing with our CI environment. +::: + :::{note} Currently, the repository is not fully checked by `mypy`. :::