diff --git a/.gitignore b/.gitignore index 9a760ea..c2d0a85 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ __pycache__ /.tox /*.egg-info +.idea diff --git a/README.md b/README.md index ae15510..0c4bf1f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ pydle Python IRC library. ------------------- -pydle is a compact, flexible and standards-abiding IRC library for Python 3.5 through 3.9. +pydle is a compact, flexible and standards-abiding IRC library for Python 3.6 through 3.9. Features -------- diff --git a/docs/intro.rst b/docs/intro.rst index 976aced..5bf98e5 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -4,7 +4,7 @@ Introduction to pydle What is pydle? -------------- -pydle is an IRC library for Python 3.5 through 3.9. +pydle is an IRC library for Python 3.6 through 3.9. Although old and dated on some fronts, IRC is still used by a variety of communities as the real-time communication method of choice, and the most popular IRC networks can still count on tens of thousands of users at any point during the day. @@ -35,8 +35,8 @@ All dependencies can be installed using the standard package manager for Python, Compatibility ------------- -pydle works in any interpreter that implements Python 3.5-3.9. Although mainly tested in CPython_, the standard Python implementation, -there is no reason why pydle itself should not work in alternative implementations like PyPy_, as long as they support the Python 3.5 language requirements. +pydle works in any interpreter that implements Python 3.6-3.9. Although mainly tested in CPython_, the standard Python implementation, +there is no reason why pydle itself should not work in alternative implementations like PyPy_, as long as they support the Python 3.6 language requirements. .. _CPython: https://python.org .. _PyPy: http://pypy.org