Skip to content

Commit 36c5ca6

Browse files
committed
Add merge for 3.2 branch
1 parent e10a6ac commit 36c5ca6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

admin-tools/merge-for-3.2.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#/bin/bash
2+
cd $(dirname ${BASH_SOURCE[0]})
3+
if . ./setup-python-3.2.sh; then
4+
git merge python-3.6-to-3.10
5+
fi

0 commit comments

Comments
 (0)