mirror of https://github.com/Shizmob/pydle.git
[Docs] Document Dropping of 3.5
1.0 indicated dropping of support for Python 3.4 and below, however silently also dropped support for Python 3.5. This documents that change.
This commit is contained in:
parent
e10369d275
commit
77ce620011
|
@ -10,3 +10,4 @@ __pycache__
|
|||
/.tox
|
||||
/*.egg-info
|
||||
|
||||
.idea
|
||||
|
|
|
@ -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
|
||||
--------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue