Tools: bump autopep8 min version

This commit is contained in:
Campbell Barton
2024-11-06 10:49:44 +11:00
parent 4210a4f1cf
commit 326b65f27c

View File

@@ -27,8 +27,7 @@ from typing import (
Optional,
)
# 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 = (