summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-12-15 20:24:56 -0600
committerMichael Merickel <michael@merickel.org>2019-12-15 20:59:51 -0600
commit5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4 (patch)
tree01047237f03863b1bd8f91bf610414ea4b648c5d /HACKING.txt
parentc6340737a4826d4073f0cfa7951dccf42d0cbfcf (diff)
downloadpyramid-5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4.tar.gz
pyramid-5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4.tar.bz2
pyramid-5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4.zip
set the minimum supported version at py36
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 5ccc318de..fbfd0ecd0 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -34,8 +34,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.4, 3.5, 3.6,
- and 3.7 on both UNIX and Windows.
+- The feature must work fully on the following CPython versions: 3.6, 3.7, and 3.8 on both UNIX and Windows.
- The feature must work on the latest version of PyPy3.
@@ -67,7 +66,7 @@ Running Tests
This command will run tests on the latest version of Python 3 with coverage.
- $ tox -e py3-cover,coverage
+ $ tox -e py36-cover,coverage
- To run individual tests (i.e., during development), you can use `nosetests`
syntax as follows, where `$VENV` is an environment variable set to the path