From e8d68b54ac3c738579b4d66df962c23ce0ee0e94 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 01d0ca5c97..1934553cb0 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -18,4 +18,4 @@ export NODE_VERSION_PRECISE=14.16.1 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