From: John Runyon Date: Mon, 4 Sep 2023 03:32:09 +0000 (-0600) Subject: drop py2 X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/17f85155ece024be7981df928197b68a02bf4326 drop py2 --- diff --git a/README.md b/README.md index 1d7f696..afe94fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Modular Python{2,3} IRC bot +Modular Python3 IRC bot =========================== Getting started @@ -15,8 +15,8 @@ To suppress croncheck.sh from restarting the bot without removing from crontab, Output will be placed in `logfile`, which is rotated to `oldlogs/`. (I strongly recommend `rm oldlogs/*` as a weekly crontab entry. `@weekly find /path/to/erebus/oldlogs/ -mtime 7 -execdir rm '{}' +`) -The bot targets both Python 2 and 3. It has recently switched to being primarily tested on Python 3. -Python 2 support will slowly erode due to a lack of testing. +The bot targets Python 3 only. It has some time ago switched to being primarily tested on Python 3. +Python 2 support is presumed to have slowly eroded due to a lack of testing. It probably won't work. Some modules require additional supporting materials, which can be found in `modules/contrib/`.