summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-12-30 11:09:07 -0600
committerGitHub <noreply@github.com>2022-12-30 11:09:07 -0600
commit240f34a18cde2473922bcc139ee92ee8b6978ce2 (patch)
treef7c7b75cedfbfa3bb17257abd55d2eeaae8facec /HACKING.txt
parent4703e60eb7ddb870bf2cc69eaafd8e12fa966636 (diff)
parent93a69202dc225dc5ae659824751f59c2d33f6373 (diff)
downloadpyramid-240f34a18cde2473922bcc139ee92ee8b6978ce2.tar.gz
pyramid-240f34a18cde2473922bcc139ee92ee8b6978ce2.tar.bz2
pyramid-240f34a18cde2473922bcc139ee92ee8b6978ce2.zip
Merge pull request #3717 from stefanor/py311
Python 3.11 Support
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.