Skip to content

Commit

Permalink
bump required python minor version (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Dec 18, 2023
1 parent 00bef97 commit d494833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ unset u_c
unset u_cg

MFC_PYTHON_MIN_MAJOR=3
MFC_PYTHON_MIN_MINOR=6
MFC_PYTHON_MIN_MINOR=9

# Check whether this script was called from MFC's root directory.
if [ ! -f "$(pwd)/toolchain/mfc.py" ]; then
Expand Down

0 comments on commit d494833

Please sign in to comment.