From 437a34d6a01783702d3637225a96ff45f14699f1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 17 Jan 2025 20:26:29 +0200
Subject: [PATCH] Add a Python 3.9 to asdf in SchooLinks.

Needed for some project that uses the CloudWatch Synthetics where the
newest supported version is 3.9.
---
 Repositories/SchooLinks/.tool-versions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Repositories/SchooLinks/.tool-versions b/Repositories/SchooLinks/.tool-versions
index c26da88..4eb32f9 100644
--- a/Repositories/SchooLinks/.tool-versions
+++ b/Repositories/SchooLinks/.tool-versions
@@ -1,2 +1,2 @@
 nodejs 18.17.1 20.13.0
-python 3.11.9 3.12.4
+python 3.11.9 3.12.4 3.9.21
-- 
GitLab