From 174bded8ccd665556b163e5c5633d0900715740f Mon Sep 17 00:00:00 2001 From: fwkz <2480867+fwkz@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:30:25 +0100 Subject: [PATCH] Fix README.md reference to minimum python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b50892..99b5a91 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The package is available on PyPI so please use ```bash pip install riposte ``` -Riposte supports Python 3.6 and newer. +Riposte supports Python 3.8 and newer. ### Example usage ```python