summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2024-01-28 23:09:14 -0700
committerGitHub <noreply@github.com>2024-01-28 23:09:14 -0700
commit3d640f43403d7ed8b796d4c825886f591afee5a1 (patch)
treed894e5e10faa1b8c2f5f875ac79ba6ea09d5f9ec /HACKING.txt
parente77b72dc3a0890911514ad8aab8c8bf26c4591d0 (diff)
parent264f5ce2329f6eb8011cdf5ccec85b136848b1da (diff)
downloadpyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.tar.gz
pyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.tar.bz2
pyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.zip
Merge pull request #3744 from Pylons/drop-py37
drop support for python 3.7 which EOL'd in 2023
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 f7c569a01..c853c138d 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.7, 3.8, 3.9,
+- The feature must work fully on the following CPython versions: 3.8, 3.9,
3.10, 3.11, and 3.12 on both UNIX and Windows.
- The feature must work on the latest version of PyPy3.