diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-22 05:56:04 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-22 05:56:04 -0700 |
| commit | 4820757eedd6812c800841029253f40c643c389f (patch) | |
| tree | 9b61e6c3bf5fcfbd2ce95e979c238eb083c816b0 /HACKING.txt | |
| parent | 78464987e8e3cb2188253783d9968ae4d86669d9 (diff) | |
| download | pyramid-4820757eedd6812c800841029253f40c643c389f.tar.gz pyramid-4820757eedd6812c800841029253f40c643c389f.tar.bz2 pyramid-4820757eedd6812c800841029253f40c643c389f.zip | |
Bump Python version to 3.7 in docs and project meta files
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt index 8ec44605c..3a7774781 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -114,7 +114,7 @@ In order to add a feature to Pyramid: (in ``docs/``). - The feature must work fully on the following CPython versions: 2.7, 3.4, 3.5, - and 3.6 on both UNIX and Windows. + 3.6, and 3.7 on both UNIX and Windows. - The feature must work on the latest version of PyPy. @@ -211,7 +211,7 @@ Running Tests Alternatively: - $ tox -e{py27,py34,py35,pypy}-scaffolds + $ tox -e{py27,py34,py35,pyt36,py37,pypy}-scaffolds Test Coverage |
