Python 3.12.0 available note

main
root 2023-10-04 05:43:40 -06:00
parent f142d5b1ac
commit ffe3b1bae8
1 changed files with 2 additions and 3 deletions

View File

@ -168,15 +168,14 @@ pyenv install --list | sort -V
Perhaps install a bunch of versions, such as:
```
pyenv install 3.11.5
pyenv install 3.12.0
pyenv install 3.11.6
pyenv install 3.10
pyenv install 3.9
pyenv install 3.8
pyenv install 3.7
pyenv install 3.6
pyenv install 3.5
pyenv install 3.12.0rc1
pyenv install 3.12-dev
pyenv install 3.13-dev
```