diff --git a/dotfiles/.path-env-cache b/dotfiles/.path-env-cache index 89b57ed..a7a0d78 100644 --- a/dotfiles/.path-env-cache +++ b/dotfiles/.path-env-cache @@ -8,7 +8,7 @@ /opt/homebrew/opt/gnu-tar/libexec/gnubin /opt/homebrew/opt/openssh/bin /opt/homebrew/opt/curl/bin -/opt/homebrew/opt/python@3.12/libexec/bin +/opt/homebrew/opt/python@3.13/libexec/bin /Users/kde/.cargo/bin /Users/kde/.local/bin /Applications/Visual Studio Code.app/Contents/Resources/app/bin diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 37fa33a..8505dbb 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -133,7 +133,7 @@ PATH_CACHE="${HOME}/.path-env-cache" $(brew --prefix gnu-tar)/libexec/gnubin $(brew --prefix openssh)/bin $(brew --prefix curl)/bin - $(brew --prefix python@3.12)/libexec/bin + $(brew --prefix python@3.13)/libexec/bin ${HOME}/.cargo/bin # Required by pipx. ${HOME}/.local/bin diff --git a/packages.toml b/packages.toml index ba205a4..bc6bf60 100755 --- a/packages.toml +++ b/packages.toml @@ -63,9 +63,7 @@ pngcrush = "1.8.13" prettyping = "1.0.1" pstree = "2.40" pv = "1.8.12" -python-setuptools = "68.2.2" -python-tabulate = "0.9.0" -"python@3.12" = "3.12.4" +"python@3.13" = "3.13.0" rclone = "1.67.0" recode = "3.7.14" rename = "1.601"