From 0f324fd1fd0777ac2f2c5638d58b898f8451c128 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Fri, 8 Mar 2019 02:41:05 +0100 Subject: [PATCH] Bump Python requirement to 3.7. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07081c2..5500b22 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The easiest way to install the bot is to use pip: pip3 install --upgrade https://git.caspervk.net/caspervk/dailyreleases/archive/master.tar.gz ``` -**It requires Python 3.6 or later.** +**It requires Python 3.7 or later.** ### Usage The bot can be started by running `dailyreleases` or `python3 -m dailyreleases` depending on system configuration.