Merge branch 'blender-v4.3-release'

This commit is contained in:
Campbell Barton
2024-11-06 10:51:36 +11:00

View File

@@ -21,8 +21,7 @@ import sys
import subprocess
import argparse
# Temporary, until all platforms update to 2.3.1.
VERSION_MIN = (1, 6, 0)
VERSION_MIN = (2, 3, 1)
VERSION_MAX_RECOMMENDED = (2, 3, 1)
AUTOPEP8_FORMAT_CMD = "autopep8"
AUTOPEP8_FORMAT_DEFAULT_ARGS = (