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 9a66f39 commit 16c8c37Copy full SHA for 16c8c37
toolchain/bootstrap/python.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
MFC_PYTHON_MIN_MAJOR=3
4
-MFC_PYTHON_MIN_MINOR=10
+MFC_PYTHON_MIN_MINOR=9
5
MFC_PYTHON_MIN_STR="$MFC_PYTHON_MIN_MAJOR.$MFC_PYTHON_MIN_MINOR"
6
7
is_python_compatible() {
0 commit comments