Skip to content

Commit

Permalink
Merge pull request shizmob#179 from Rixxan/docs-3.5
Browse files Browse the repository at this point in the history
[Docs] Document Dropping of 3.5
  • Loading branch information
theunkn0wn1 authored Aug 23, 2022
2 parents e10369d + 77ce620 commit 504459a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ __pycache__
/.tox
/*.egg-info

.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
6 changes: 3 additions & 3 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 504459a

Please sign in to comment.