diff --git a/NOTES.rst b/NOTES.rst index 13f454e069..2d8452ca1f 100644 --- a/NOTES.rst +++ b/NOTES.rst @@ -15,7 +15,7 @@ Deprecation warnings -------------------- .. warning:: The next feature release of NAV (5.11) will drop support for - Python 3.7. + Python versions older than 3.9. Dependency changes ------------------ diff --git a/changelog.d/+py37-deprecation.deprecated.md b/changelog.d/+py37-deprecation.deprecated.md index 7700f1d82c..230c2fc8b5 100644 --- a/changelog.d/+py37-deprecation.deprecated.md +++ b/changelog.d/+py37-deprecation.deprecated.md @@ -1 +1 @@ -Support for Python 3.7 will be dropped in NAV 5.11. +Support for Python versions older than 3.9 will be dropped in NAV 5.11.