summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-11-26 00:31:54 -0800
committerSteve Piercy <web@stevepiercy.com>2016-11-26 00:31:54 -0800
commitc8a5e024478d274309935251d59cd20908a95067 (patch)
treefee34c7b75fd07330a97232425b3100f072bb816 /HACKING.txt
parent732c748a392a28294769d5413ef383501c3c40c9 (diff)
downloadpyramid-c8a5e024478d274309935251d59cd20908a95067.tar.gz
pyramid-c8a5e024478d274309935251d59cd20908a95067.tar.bz2
pyramid-c8a5e024478d274309935251d59cd20908a95067.zip
add 3.6 support to documentation
- See #2835
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 f240492e7..bbebb5165 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -118,8 +118,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.7, 3.4,
- and 3.5 on both UNIX and Windows.
+- The feature must work fully on the following CPython versions: 2.7, 3.4, 3.5,
+ and 3.6 on both UNIX and Windows.
- The feature must work on the latest version of PyPy.