diff --git a/CHANGES.rst b/CHANGES.rst index ab803aab..06b594e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -52,7 +52,7 @@ New features: Bug fixes: -- Change documentation to represent compatibility to Python 3.8+ and PyPy3 +- Change documentation to represent compatibility with Python 3.8 - 3.12, and PyPy3. - Rename RFC 2445 to RFC 5545, see `Issue 278 `_ diff --git a/README.rst b/README.rst index a1e3cbaf..4f842e3f 100644 --- a/README.rst +++ b/README.rst @@ -166,7 +166,7 @@ you can receive all the latest updates, and switch back to earlier behavior: Version 6 is on `branch main `_. -It is compatible with Python versions 3.7 - 3.11, and PyPy3. +It is compatible with Python versions 3.8 - 3.12, and PyPy3. We expect the ``main`` branch with versions ``6+`` to receive the latest updates and features. Related projects