From c712f6c0e1104f7813cacdb64c3449cad73d8eaf Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 14 Sep 2016 21:42:36 +0200 Subject: Remove Python 3 compatibility statement since we're not there yet --- CHANGES | 1 - README.md | 4 ++-- 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 ------------ -- cgit v1.2.3