summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorChris Shenton <chris@koansys.com>2011-11-07 16:09:42 -0800
committerChris McDonough <chrism@plope.com>2011-11-08 14:53:06 -0800
commit29ce3d80418835a091ace00e2ec3a632f71f1577 (patch)
tree8de62d7049811527f9214ffb99b983e01d0822b0 /HACKING.txt
parent2da8c01bb965188f497c9f3a5dde1287b8c7056b (diff)
downloadpyramid-29ce3d80418835a091ace00e2ec3a632f71f1577.tar.gz
pyramid-29ce3d80418835a091ace00e2ec3a632f71f1577.tar.bz2
pyramid-29ce3d80418835a091ace00e2ec3a632f71f1577.zip
CHANGES.txt says Pyramid no longer runs on 2.5 and earlier
So don't require here in HACKING
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt4
1 files 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,