We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a2570 commit 8eb2ae0Copy full SHA for 8eb2ae0
python/README
@@ -113,6 +113,8 @@ Standard Python v2.x version:
113
up to date.
114
- Check that the unit tests all run successfully:
115
cd python && make test
116
+ - Check that Python 2.5 is still supported:
117
+ cd python && make PYTHON=python2.5 test
118
- Create a release-<version> branch and shift to it with:
119
git checkout -b release-<version>
120
- Push the branch to Github with:
0 commit comments