From 644e7e786af351231eb09bdba8d5599a979894d2 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Fri, 20 Dec 2024 15:02:33 -0500 Subject: [PATCH] build!: requirements/edx-sandbox/py38.txt (#36049) This was a temporary backcompat alias to requirements/edx-sandbox/quince.txt. Developers relying on this file to run a python3.8 sandbox should: * first, switch to requirements/edx-sandbox/quince.txt, which works with * python3.8 and then, upgrade their codejail sandbox to a newer `.txt` * since python3.8 is EOL. See the readme in this directory for more details. --- requirements/edx-sandbox/py38.txt | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 requirements/edx-sandbox/py38.txt diff --git a/requirements/edx-sandbox/py38.txt b/requirements/edx-sandbox/py38.txt deleted file mode 100644 index 5164c3975a12..000000000000 --- a/requirements/edx-sandbox/py38.txt +++ /dev/null @@ -1,4 +0,0 @@ -# This file is a temporary compatibility wrapper around quince.txt. -# It will be removed before Sumac. - --r releases/quince.txt