From bcc51400bdd7602d8296643dfbe914c2bfdec93e Mon Sep 17 00:00:00 2001 From: Diego <33099018+diegoauad@users.noreply.github.com> Date: Fri, 24 Jun 2022 17:59:59 +0000 Subject: [PATCH] docs(contribute): update compatible Python versions in local environment setup instructions (#20260) * Remove incompatible Python 3.7 from local env setup docs * Ensure Python 3.8 or 3.9 Co-authored-by: Diego Martin --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b94aeea569..3040383468 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -420,7 +420,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.7 or 3.8, then proceed with: +Ensure that you are using Python version 3.8 or 3.9, then proceed with: ```bash # Create a virtual environment and activate it (recommended)