Skip to content

Commit

Permalink
chore: update dependency versions (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D authored Jan 14, 2025
1 parent 97c242e commit bc08bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
PYTHON_MIN_VERSION: "3.7.13"
PYTHON_MIN_VERSION: "3.13.1"

jobs:
asdf-bash:
Expand Down
6 changes: 1 addition & 5 deletions scripts/install_dependencies.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ fi
### Set variables for tracking versions
# Elvish
elvish_semver="v0.19.2"
# Fish
fish_semver="3.7.1"
fish_apt_semver="${fish_semver}-1~jammy"
# Nushell
nushell_semver="0.86.0"
# Powershell
Expand All @@ -39,8 +36,7 @@ if [ "$RUNNER_OS" = "Linux" ]; then
sudo add-apt-repository -y ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get --allow-downgrades -y install curl parallel \
fish="${fish_apt_semver}" \
powershell="${powershell_apt_semver}"
fish powershell="${powershell_apt_semver}"

# Create $HOME/bin
mkdir -p "$HOME/bin"
Expand Down

0 comments on commit bc08bc2

Please sign in to comment.