Recommend developing with Python 3.12 in developer guide (#15811)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
This commit is contained in:
Harry Mellor 2025-03-31 12:54:49 +01:00 committed by GitHub
parent e85829450d
commit b932c048ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,12 @@ pre-commit run --all-files
pytest tests/
```
:::{tip}
Since the <gh-file:Dockerfile> 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`.
:::