diff --git a/docs/source/index.rst b/docs/source/index.rst index 550a6452..17eae142 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -45,7 +45,7 @@ Here's what it looks like: count_words.send("http://example.com") **Dramatiq** is :doc:`licensed` under the LGPL and it -officially supports Python 3.7 and later. +officially supports Python 3.8 and later. Get It Now diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 2e49e684..5dcdef8e 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -3,7 +3,7 @@ Installation ============ -Dramatiq supports Python versions 3.7 and up and is installable via +Dramatiq supports Python versions 3.8 and up and is installable via `pip`_ or from source.