Merge pull request #179 from Rixxan/docs-3.5

[Docs] Document Dropping of 3.5
This commit is contained in:
Joshua Salzedo 2022-08-22 17:15:13 -07:00 committed by GitHub
commit 504459a064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ __pycache__
/.tox
/*.egg-info
.idea

View File

@ -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
--------

View File

@ -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