Skip to content

Commit 8eb2ae0

Browse files
committed
Note that Python2.5 support needs to be checked at release time
1 parent e7a2570 commit 8eb2ae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Standard Python v2.x version:
113113
up to date.
114114
- Check that the unit tests all run successfully:
115115
cd python && make test
116+
- Check that Python 2.5 is still supported:
117+
cd python && make PYTHON=python2.5 test
116118
- Create a release-<version> branch and shift to it with:
117119
git checkout -b release-<version>
118120
- Push the branch to Github with:

0 commit comments

Comments
 (0)