diff options
| author | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-09-12 20:26:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-12 20:26:48 -0500 |
| commit | 4d40a4db8f5a02fd6e373d789014fac697687d57 (patch) | |
| tree | 55f0b6d7f43812e0f7899105c2410df040c2549e /RELEASING.txt | |
| parent | c4e2dad38a5060e38fe2d97616d084206ded479c (diff) | |
| parent | bcde3d6caded35d8d64e6e7acf3bf5b2a8501260 (diff) | |
| download | pyramid-4d40a4db8f5a02fd6e373d789014fac697687d57.tar.gz pyramid-4d40a4db8f5a02fd6e373d789014fac697687d57.tar.bz2 pyramid-4d40a4db8f5a02fd6e373d789014fac697687d57.zip | |
Merge pull request #2759 from mmerickel/drop-py33
drop support for python 3.3 and error on 2.6
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index 326dea993..4690fbd37 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -33,8 +33,8 @@ Prepare new release branch - Run tests on Windows if feasible. -- Make sure all scaffold tests pass (Py 2.7, 3.3, 3.4, 3.5, and pypy on UNIX; - this doesn't work on Windows): +- Make sure all scaffold tests pass (CPython 2.7, 3.4, and 3.5, and PyPy on + UNIX; this doesn't work on Windows): $ ./scaffoldtests.sh |
