From a698587e8c867f25f4cace6ec02259cccaa5986c Mon Sep 17 00:00:00 2001 From: koushik-rout-samsung <146946876+koushik-rout-samsung@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:42:49 +0530 Subject: [PATCH] docs: Remove Python 3.8 from CONTRIBUTING.md (#25885) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9e480ee95..343356b5a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -424,7 +424,7 @@ Commits to `master` trigger a rebuild and redeploy of the documentation site. Su Make sure your machine meets the [OS dependencies](https://superset.apache.org/docs/installation/installing-superset-from-scratch#os-dependencies) before following these steps. You also need to install MySQL or [MariaDB](https://mariadb.com/downloads). -Ensure that you are using Python version 3.8, 3.9, 3.10 or 3.11, then proceed with: +Ensure that you are using Python version 3.9, 3.10 or 3.11, then proceed with: ```bash # Create a virtual environment and activate it (recommended)