Improve and fix changelog

This commit is contained in:
Bruno Oliveira 2023-09-07 11:49:03 -03:00 committed by Bruno Oliveira
parent c85c61565e
commit 1793204872
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
Test functions returning a value other than None will now return a warning and not an error. Test functions returning a value other than None will now issue a :class:`pytest.PytestWarning` instead of :class:`pytest.PytestRemovedIn8Warning`, meaning this will stay a warning instead of becoming an error in the future.

View File

@ -1,2 +1 @@
Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27 Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27 <https://devguide.python.org/versions/>`__.
<https://devguide.python.org/versions/>`__.