summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-10-26 01:48:24 -0400
committerChris McDonough <chrism@plope.com>2012-10-26 01:48:24 -0400
commit4a6cca62ddf33580b1de210ef5ca54bfb2769243 (patch)
tree7d1b5b1b367b6fc4b5d16cb88e3f8976acf6ece5 /RELEASING.txt
parentc25a8fd5d2895a117d8eb77162ed8388f0482674 (diff)
downloadpyramid-4a6cca62ddf33580b1de210ef5ca54bfb2769243.tar.gz
pyramid-4a6cca62ddf33580b1de210ef5ca54bfb2769243.tar.bz2
pyramid-4a6cca62ddf33580b1de210ef5ca54bfb2769243.zip
prep for 1.4a3
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index c97c8ef60..379965c53 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -13,10 +13,10 @@ Releasing Pyramid
Make sure statement coverage is at 100%::
-- Run Windows tests for Python 2.6, 2.7, and 3.2 if feasible.
+- Run Windows tests for Python 2.6, 2.7, 3.2, and 3.3 if feasible.
-- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2 and pypy on UNIX; this
- doesn't work on Windows):
+- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2, 3.3 and pypy on UNIX;
+ this doesn't work on Windows):
$ python pyramid/scaffolds/tests.py