feat: upgrade docker image to py38 and add support for py39 (#16889)

* feat: upgrade docker image to py38 and add support for py39

* update required tests
This commit is contained in:
Ville Brofeldt
2021-10-05 10:35:14 +02:00
committed by GitHub
parent 9a8911f18c
commit 82601abe17
18 changed files with 30 additions and 27 deletions

View File

@@ -65,7 +65,7 @@ We don't recommend using the system installed Python. Instead, first install the
brew install readline pkg-config libffi openssl mysql postgres
```
You should install a recent version of Python (Superset uses 3.7.9). We'd recommend using a Python version manager like [pyenv](https://github.com/pyenv/pyenv) (and also [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv)).
You should install a recent version of Python (the official docker image uses 3.8.12). We'd recommend using a Python version manager like [pyenv](https://github.com/pyenv/pyenv) (and also [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv)).
Let's also make sure we have the latest version of `pip` and `setuptools`: