Skip to content

Commit a9799f0

Browse files
authored
Merge pull request #7531 from bluetech/changelog-mypy-version
doc: mention mypy<0.750 doesn't work in typing changelog
2 parents 102360b + 1a18dfd commit a9799f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/en/changelog.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ Features
172172
noticing type errors indicating incorrect usage. If you run into an error that
173173
you believe to be incorrect, please let us know in an issue.
174174

175-
The types were developed against mypy version 0.780. Older versions may work,
176-
but we recommend using at least this version. Other type checkers may work as
177-
well, but they are not officially verified to work by pytest yet.
175+
The types were developed against mypy version 0.780. Versions before 0.750
176+
are known not to work. We recommend using the latest version. Other type
177+
checkers may work as well, but they are not officially verified to work by
178+
pytest yet.
178179

179180

180181
- `#4049 <https://github.com/pytest-dev/pytest/issues/4049>`_: Introduced a new hook named `pytest_warning_recorded` to convey information about warnings captured by the internal `pytest` warnings plugin.

0 commit comments

Comments
 (0)