Skip to content

Commit f3bf8cb

Browse files
authored
Update minimum Python version requirement to 3.12
1 parent 540f678 commit f3bf8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/bootstrap/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
MFC_PYTHON_MIN_MAJOR=3
4-
MFC_PYTHON_MIN_MINOR=9
4+
MFC_PYTHON_MIN_MINOR=12
55
MFC_PYTHON_MIN_STR="$MFC_PYTHON_MIN_MAJOR.$MFC_PYTHON_MIN_MINOR"
66

77
is_python_compatible() {

0 commit comments

Comments
 (0)