We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d5df2 commit 231dc9dCopy full SHA for 231dc9d
install/Brewfile
@@ -72,6 +72,7 @@ brew "stern"
72
brew "python@3.9"
73
brew "python@3.10"
74
brew "python@3.11"
75
+brew "python@3.12"
76
brew "pyenv"
77
brew "pipx"
78
install/python.sh
@@ -45,6 +45,7 @@ pyenv_install_brew_version() {
45
pyenv_install_brew_version 3.9
46
pyenv_install_brew_version 3.10
47
pyenv_install_brew_version 3.11
48
+pyenv_install_brew_version 3.12
49
50
pyenv global $default_python_version
51
0 commit comments