From 29ce3d80418835a091ace00e2ec3a632f71f1577 Mon Sep 17 00:00:00 2001 From: Chris Shenton Date: Mon, 7 Nov 2011 16:09:42 -0800 Subject: CHANGES.txt says Pyramid no longer runs on 2.5 and earlier So don't require here in HACKING --- HACKING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.txt b/HACKING.txt index 98ab21e10..99a44fa01 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -61,8 +61,8 @@ In order to add a feature to Pyramid: - The feature must be documented in both the API and narrative documentation (in ``docs/``). -- The feature must work fully on the following CPython versions: 2.4, - 2.5, 2.6, and 2.7 on both UNIX and Windows. +- The feature must work fully on the following CPython versions: 2.6, + and 2.7 on both UNIX and Windows. - The feature must not cause installation or runtime failure on Jython or App Engine. If it doesn't cause installation or runtime failure, -- cgit v1.2.3