diff options
| author | Michael Merickel <michael@merickel.org> | 2016-09-01 00:30:13 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-09-01 00:40:00 -0500 |
| commit | a5c8100d780155643063742c716ac8d2f54e2e45 (patch) | |
| tree | e8fbcfc47f9d2d9b1a1cdc995b567d1862de35df /HACKING.txt | |
| parent | 44e0fca16dfa6e9e896a1dc254c85b79d2c8ae88 (diff) | |
| download | pyramid-a5c8100d780155643063742c716ac8d2f54e2e45.tar.gz pyramid-a5c8100d780155643063742c716ac8d2f54e2e45.tar.bz2 pyramid-a5c8100d780155643063742c716ac8d2f54e2e45.zip | |
drop support for python 3.3 and error on 2.6
closes #2476
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.txt b/HACKING.txt index 5bbdce0c6..86ba5d0ca 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -124,10 +124,10 @@ 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.6, 2.7, 3.2, - 3.3, 3.4, and 3.5 on both UNIX and Windows. +- The feature must work fully on the following CPython versions: 2.7, 3.2, + 3.4, and 3.5 on both UNIX and Windows. -- The feature must work on the latest version of PyPy and PyPy3. +- The feature must work on the latest version of PyPy. - The feature must not cause installation or runtime failure on App Engine. If it doesn't cause installation or runtime failure, but doesn't actually |
