chore: Support Python 3.11 (#22217)

This commit is contained in:
EugeneTorap
2022-12-03 09:25:11 +02:00
committed by GitHub
parent 1ad5147016
commit d881c5df30
7 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -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.8, 3.9 or 3.10, then proceed with:
Ensure that you are using Python version 3.8, 3.9, 3.10 or 3.11, then proceed with:
```bash
# Create a virtual environment and activate it (recommended)