diff options
| author | Ievgen Popovych <jmennius@gmail.com> | 2023-11-30 11:40:48 +0200 |
|---|---|---|
| committer | Ievgen Popovych <jmennius@gmail.com> | 2023-11-30 11:48:08 +0200 |
| commit | ca7325944a807694030bc342132aefd0efeea342 (patch) | |
| tree | 1d31056cd55aa19801b4ae104cf92f022336a32f /HACKING.txt | |
| parent | 3678b4d5f631e3496adb1f09d799b61c2614f0f9 (diff) | |
| download | pyramid-ca7325944a807694030bc342132aefd0efeea342.tar.gz pyramid-ca7325944a807694030bc342132aefd0efeea342.tar.bz2 pyramid-ca7325944a807694030bc342132aefd0efeea342.zip | |
Update docs to mention Python 3.12 support
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt index bb7045ed6..f7c569a01 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -51,7 +51,7 @@ In order to add a feature to Pyramid: (in `docs/`). - 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. + 3.10, 3.11, and 3.12 on both UNIX and Windows. - The feature must work on the latest version of PyPy3. |
