summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorStefano Rivera <stefano@rivera.za.net>2022-12-25 13:40:27 -0400
committerStefano Rivera <stefano@rivera.za.net>2022-12-25 13:40:27 -0400
commitaa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0 (patch)
treea35bd44f5898cc9ecb64d1049bb3f94210a706dd /HACKING.txt
parentb52916545c1decc1b1d09a51fa95cdd3dd161cc4 (diff)
downloadpyramid-aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0.tar.gz
pyramid-aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0.tar.bz2
pyramid-aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0.zip
Run tests on Python 3.11
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 9cc2e8edb..bb7045ed6 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -50,7 +50,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: 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.7, 3.8, 3.9,
+ 3.10, and 3.11 on both UNIX and Windows.
- The feature must work on the latest version of PyPy3.