summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--README.md4
2 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index f54ebe1..0cb6eff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,6 @@ Unreleased
* --log-max-size: maximum size of log file before rotating
* --password-file: file from which to read connection password
* --pid-file: file to write PID to
- * Made it possible to run miniircd in Python 3.
1.1 (2015-05-22)
diff --git a/README.md b/README.md
index 007faa6..dda7e05 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,8 @@ Limitations
Requirements
------------
-Python 2.6 or newer. Get it at http://www.python.org. Python 3 should also
-work.
+Python 2.6 or newer. Get it at http://www.python.org. Python 3 is currently not
+supported.
Installation
------------