From 39c5326ead0009a554b4681470fe859ef0b57b8c Mon Sep 17 00:00:00 2001 From: Drulikar Date: Sun, 7 Jul 2024 19:51:11 -0700 Subject: [PATCH] Python some reason refuses to run scripts using 3.7 now. Bumps to the version TG uses when they first introduced maplint. --- dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.sh b/dependencies.sh index 1fd24f763c6c..e0da4aa75f66 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -18,4 +18,4 @@ export NODE_VERSION_LTS=20.12.0 export SPACEMAN_DMM_VERSION=suite-1.8 # Python version for mapmerge and other tools -export PYTHON_VERSION=3.7.9 +export PYTHON_VERSION=3.9.0