Skip to content

Commit

Permalink
Update to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 16, 2024
1 parent 567b3ec commit 467b24c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dotfiles/.path-env-cache
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"[email protected]" = "3.12.4"
"[email protected]" = "3.13.0"
rclone = "1.67.0"
recode = "3.7.14"
rename = "1.601"
Expand Down

0 comments on commit 467b24c

Please sign in to comment.