summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2022-01-07 05:05:41 -0800
committerGitHub <noreply@github.com>2022-01-07 05:05:41 -0800
commit0042a9b689b601a263f6f7e935c2c90b3f6f9de4 (patch)
treeaff788da5894699b4892a4d7b6b4d6085e063e4f /HACKING.txt
parent513d88c0627a31bd99404bc74cb3175c61a82296 (diff)
downloadpyramid-0042a9b689b601a263f6f7e935c2c90b3f6f9de4.tar.gz
pyramid-0042a9b689b601a263f6f7e935c2c90b3f6f9de4.tar.bz2
pyramid-0042a9b689b601a263f6f7e935c2c90b3f6f9de4.zip
Update HACKING.txt
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 86f916f3f..c2d06a2c7 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -50,7 +50,7 @@ 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: 3.6, 3.7, 3.8, 3.9 and 3.10 on both UNIX and Windows.
+- The feature must work fully on the following CPython versions: 3.6, 3.7, 3.8, 3.9, and 3.10 on both UNIX and Windows.
- The feature must work on the latest version of PyPy3.