From e841d650f7f93adafbb573ffc8735d8f29621201 Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Date: Thu, 10 Oct 2024 12:34:59 +0500 Subject: [PATCH] chore: Update tox.ini to remove Python 3.8 support --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1b4252fd1905..e5df7f0fbd2f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,311} quality +envlist = py{311} quality # This is needed to prevent the lms, cms, and openedx packages inside the "Open # edX" package (defined in setup.py) from getting installed into site-packages