Chore Bump python version (#3545)

This commit is contained in:
tofarr
2024-10-03 11:40:55 -06:00
committed by GitHub
parent 909e332207
commit 152f99c64f
89 changed files with 2088 additions and 2069 deletions

View File

@@ -10,7 +10,7 @@ DEFAULT_WORKSPACE_DIR = "./workspace"
DEFAULT_MODEL = "gpt-4o"
CONFIG_FILE = config.toml
PRE_COMMIT_CONFIG_PATH = "./dev_config/python/.pre-commit-config.yaml"
PYTHON_VERSION = 3.11
PYTHON_VERSION = 3.12
# ANSI color codes
GREEN=$(shell tput -Txterm setaf 2)