Skip to content

Commit 231dc9d

Browse files
committed
python: add python 3.12
1 parent 14d5df2 commit 231dc9d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/Brewfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ brew "stern"
7272
brew "python@3.9"
7373
brew "python@3.10"
7474
brew "python@3.11"
75+
brew "python@3.12"
7576
brew "pyenv"
7677
brew "pipx"
7778

install/python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pyenv_install_brew_version() {
4545
pyenv_install_brew_version 3.9
4646
pyenv_install_brew_version 3.10
4747
pyenv_install_brew_version 3.11
48+
pyenv_install_brew_version 3.12
4849

4950
pyenv global $default_python_version
5051

0 commit comments

Comments
 (0)