brew: bump locked python versions

This commit is contained in:
Charles Gould 2025-01-05 01:04:05 -06:00
parent 88de853e15
commit 51f266f4be

View File

@ -21,7 +21,7 @@ function fbrew --description "Fuzzy homebrew"
set --local uninst_pkgs $argv set --local uninst_pkgs $argv
# Don't uninstall these packages # Don't uninstall these packages
set --local locked_pkgs node python python@3.8 python@3.9 python@3.10 python@3.11 set --local locked_pkgs node python@3.11 python@3.12 python@3.13
if test (count $uninst_pkgs) -eq 0 if test (count $uninst_pkgs) -eq 0
set uninst_pkgs (brew leaves | eval "fzf --multi --prompt='[brew:uninstall] '") set uninst_pkgs (brew leaves | eval "fzf --multi --prompt='[brew:uninstall] '")