Skip to content

Commit

Permalink
Removed python 3.7 reference as it's no longer supported (#604)
Browse files Browse the repository at this point in the history
* Removed python 3.7 reference as it's no longer supported

Following the steps of this PR: #587
we should remove all reference that indicates that Dramatiq supports python 3.7

* Update changelog.rst
  • Loading branch information
santigandolfo authored Apr 23, 2024
1 parent a948bd1 commit e6d443e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Here's what it looks like:
count_words.send("http://example.com")

**Dramatiq** is :doc:`licensed<license>` under the LGPL and it
officially supports Python 3.7 and later.
officially supports Python 3.8 and later.


Get It Now
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit e6d443e

Please sign in to comment.