Use python 10 on macOS runners

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2022-08-17 20:44:45 +02:00
parent 7cad6c21ca
commit a6322b4d71

View file

@ -7,8 +7,8 @@ brew install asciidoctor
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$( pyenv init --path )"
pyenv install 3.8.0
pyenv global 3.8.0
pyenv install 3.10.0
pyenv global 3.10.0
pip install --upgrade pip
pip install python-dateutil