chore: Deprecate Python 3.7 (#19017)

* chore: Deprecate Python 3.7 and add support for Python 3.10

* Update local-backend.mdx

* Update UPDATING.md

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2022-03-15 06:29:18 +13:00
committed by GitHub
parent 54b60ded8e
commit e3e03d202d
4 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ version: 1
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)