chore: Bump to Python3.10 (#24112)

Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
EugeneTorap
2024-04-02 19:47:58 +03:00
committed by GitHub
parent f25795c4e4
commit 3a34c7ff7c
28 changed files with 75 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ version: 1
Make sure your machine meets the [OS dependencies](/docs/installation/installing-superset-from-pypi#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.9 or 3.10, then proceed with:
Ensure that you are using Python version 3.10 or 3.11, then proceed with:
```bash
# Create a virtual environment and activate it (recommended)