We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10a6ac commit 36c5ca6Copy full SHA for 36c5ca6
1 file changed
admin-tools/merge-for-3.2.sh
@@ -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