]> jfr.im git - erebus.git/commitdiff
drop py2
authorJohn Runyon <redacted>
Mon, 4 Sep 2023 03:32:09 +0000 (21:32 -0600)
committerJohn Runyon <redacted>
Mon, 4 Sep 2023 03:33:18 +0000 (21:33 -0600)
README.md

index 1d7f696dab6b27c976e59c7a0103cb0e2aa8de38..afe94fdd00d5279cf129da3dd2237e15a4d05f81 100644 (file)
--- 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/`.